Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-29400 (GCVE-0-2023-29400)
Vulnerability from cvelistv5 – Published: 2023-05-11 15:29 – Updated: 2025-01-24 16:47- CWE-74 - Improper input validation
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | html/template |
Affected:
0 , < 1.19.9
(semver)
Affected: 1.20.0-0 , < 1.20.4 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-12-13T13:09:23.252Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/59722"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/491617"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241213-0005/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2023-29400",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-01-24T16:46:30.315646Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-24T16:47:46.724Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "html/template",
"product": "html/template",
"programRoutines": [
{
"name": "appendCmd"
},
{
"name": "htmlNospaceEscaper"
},
{
"name": "Template.Execute"
},
{
"name": "Template.ExecuteTemplate"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.19.9",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.20.4",
"status": "affected",
"version": "1.20.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-74: Improper input validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-12T19:08:27.799Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/59722"
},
{
"url": "https://go.dev/cl/491617"
},
{
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
}
],
"title": "Improper handling of empty HTML attributes in html/template"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-29400",
"datePublished": "2023-05-11T15:29:24.874Z",
"dateReserved": "2023-04-05T19:36:35.042Z",
"dateUpdated": "2025-01-24T16:47:46.724Z",
"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.9\", \"matchCriteriaId\": \"B49801BA-4BE3-426B-871F-DB08D8457D9A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.20.0\", \"versionEndExcluding\": \"1.20.4\", \"matchCriteriaId\": \"7A58122D-22F9-435E-A06B-B4E7367C2C70\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"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.\"}]",
"id": "CVE-2023-29400",
"lastModified": "2024-12-13T14:15:19.623",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"baseScore\": 7.3, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.4}]}",
"published": "2023-05-11T16:15:09.850",
"references": "[{\"url\": \"https://go.dev/cl/491617\", \"source\": \"security@golang.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/59722\", \"source\": \"security@golang.org\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\", \"source\": \"security@golang.org\", \"tags\": [\"Mailing List\", \"Release Notes\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1753\", \"source\": \"security@golang.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://go.dev/cl/491617\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/59722\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Release Notes\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1753\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241213-0005/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-74\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-29400\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-05-11T16:15:09.850\",\"lastModified\":\"2025-01-24T17:15:12.747\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4},{\"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:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-74\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.19.9\",\"matchCriteriaId\":\"B49801BA-4BE3-426B-871F-DB08D8457D9A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.20.0\",\"versionEndExcluding\":\"1.20.4\",\"matchCriteriaId\":\"7A58122D-22F9-435E-A06B-B4E7367C2C70\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/491617\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/59722\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1753\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/491617\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/59722\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1753\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20241213-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/59722\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/491617\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1753\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241213-0005/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-13T13:09:23.252Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-29400\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-24T16:46:30.315646Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-24T16:47:39.366Z\"}}], \"cna\": {\"title\": \"Improper handling of empty HTML attributes in html/template\", \"credits\": [{\"lang\": \"en\", \"value\": \"Juho Nurminen of Mattermost\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"html/template\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.19.9\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.20.0-0\", \"lessThan\": \"1.20.4\", \"versionType\": \"semver\"}], \"packageName\": \"html/template\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"appendCmd\"}, {\"name\": \"htmlNospaceEscaper\"}, {\"name\": \"Template.Execute\"}, {\"name\": \"Template.ExecuteTemplate\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/59722\"}, {\"url\": \"https://go.dev/cl/491617\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1753\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-74: Improper input validation\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2023-06-12T19:08:27.799Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-29400\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-24T16:47:46.724Z\", \"dateReserved\": \"2023-04-05T19:36:35.042Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2023-05-11T15:29:24.874Z\", \"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:5442
Vulnerability from csaf_redhat - Published: 2023-10-04 13:06 - Updated: 2025-11-25 15:47Notes
{
"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 Advanced Cluster Management for Kubernetes 2.8.2 General\nAvailability release images, which provide security updates and fix bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.8.2 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/release_notes/\n\nJira issues resolved: \n\n* ACM-5398: ACM ignores Policies about empty label/field\n\n* ACM-6003: UI throws \"ClusterSets failed to load\" error while deploying application set based applications from console\n\n* ACM-6171: Policy shows as \"Compliant\" despite there being violations\n\nSecurity fix(es):\n* CVE-2023-26136 tough-cookie: prototype pollution in cookie memstore\n* CVE-2022-41721 x/net/http2/h2c: request smuggling\n* CVE-2023-24539 html/template: improper sanitization of CSS values\n* CVE-2023-24540 html/template: improper handling of JavaScript whitespace\n* CVE-2023-29400 html/template: improper handling of empty HTML attributes",
"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:5442",
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2162182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182"
},
{
"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": "2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "external",
"summary": "ACM-5398",
"url": "https://issues.redhat.com/browse/ACM-5398"
},
{
"category": "external",
"summary": "ACM-6003",
"url": "https://issues.redhat.com/browse/ACM-6003"
},
{
"category": "external",
"summary": "ACM-6171",
"url": "https://issues.redhat.com/browse/ACM-6171"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5442.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.8.2 security and bug fix updates",
"tracking": {
"current_release_date": "2025-11-25T15:47:29+00:00",
"generator": {
"date": "2025-11-25T15:47:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:5442",
"initial_release_date": "2023-10-04T13:06:41+00:00",
"revision_history": [
{
"date": "2023-10-04T13:06:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-04T13:06:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T15:47:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.8.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"product_id": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.8.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.8.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"product_id": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"product": {
"name": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"product_id": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"product_id": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"product_id": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"product_id": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"product_id": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"product_id": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"product_id": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64"
},
"product_reference": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
}
]
},
"vulnerabilities": [
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"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": [
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64"
],
"known_not_affected": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
},
"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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "x/net/http2/h2c: request smuggling"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Kokorin Vsevolod"
]
}
],
"cve": "CVE-2023-26136",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2023-07-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2219310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tough-cookie package which allows Prototype Pollution due to improper handling of Cookies when using CookieJar in rejectPublicSuffixes=false mode. This issue arises from the manner in which the objects are initialized.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tough-cookie: prototype pollution in cookie memstore",
"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-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le"
],
"known_not_affected": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26136"
},
{
"category": "external",
"summary": "RHBZ#2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e",
"url": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/issues/282",
"url": "https://github.com/salesforce/tough-cookie/issues/282"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3",
"url": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873",
"url": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873"
}
],
"release_date": "2023-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tough-cookie: prototype pollution in cookie memstore"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"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_6832
Vulnerability from csaf_redhat - Published: 2023-11-08 18:49 - Updated: 2024-12-18 04:54Notes
{
"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 packages that include numerous enhancements and bug fixes are now available for Red Hat OpenShift Data Foundation 4.14.0 on 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": "Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Container Platform. Red Hat OpenShift Data Foundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multicloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\nA Red Hat Security Bulletin which addresses further details about the Rapid Reset flaw is available in the References section.\n\n* lapack: Out-of-bounds read in *larrv (CVE-2021-4048)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration (CVE-2023-3462)\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: 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* goproxy: Denial of service (DoS) via unspecified vectors (CVE-2023-37788)\n\n* hashicorp: html injection into web ui (CVE-2023-2121)\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-39325)\n\n* hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets (CVE-2023-5077)\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\nThese updated packages include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.14/html/4.14_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these packages that provide these bug fixes and enhancements.",
"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:6832",
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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": "1970939",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1970939"
},
{
"category": "external",
"summary": "1982721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1982721"
},
{
"category": "external",
"summary": "2023189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023189"
},
{
"category": "external",
"summary": "2024358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024358"
},
{
"category": "external",
"summary": "2067095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067095"
},
{
"category": "external",
"summary": "2079232",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079232"
},
{
"category": "external",
"summary": "2104207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104207"
},
{
"category": "external",
"summary": "2104254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104254"
},
{
"category": "external",
"summary": "2121514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121514"
},
{
"category": "external",
"summary": "2122521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122521"
},
{
"category": "external",
"summary": "2134040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134040"
},
{
"category": "external",
"summary": "2134115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134115"
},
{
"category": "external",
"summary": "2138855",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138855"
},
{
"category": "external",
"summary": "2142462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142462"
},
{
"category": "external",
"summary": "2150752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150752"
},
{
"category": "external",
"summary": "2150996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150996"
},
{
"category": "external",
"summary": "2154351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154351"
},
{
"category": "external",
"summary": "2158773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158773"
},
{
"category": "external",
"summary": "2160034",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160034"
},
{
"category": "external",
"summary": "2165941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165941"
},
{
"category": "external",
"summary": "2166354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166354"
},
{
"category": "external",
"summary": "2169499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169499"
},
{
"category": "external",
"summary": "2172624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172624"
},
{
"category": "external",
"summary": "2175201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175201"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2179348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179348"
},
{
"category": "external",
"summary": "2180329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180329"
},
{
"category": "external",
"summary": "2182351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182351"
},
{
"category": "external",
"summary": "2183092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183092"
},
{
"category": "external",
"summary": "2183444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183444"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184647"
},
{
"category": "external",
"summary": "2185042",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185042"
},
{
"category": "external",
"summary": "2189866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189866"
},
{
"category": "external",
"summary": "2190382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190382"
},
{
"category": "external",
"summary": "2192852",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192852"
},
{
"category": "external",
"summary": "2193109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193109"
},
{
"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": "2207918",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2207918"
},
{
"category": "external",
"summary": "2208563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208563"
},
{
"category": "external",
"summary": "2209251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209251"
},
{
"category": "external",
"summary": "2209258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209258"
},
{
"category": "external",
"summary": "2209288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209288"
},
{
"category": "external",
"summary": "2210047",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210047"
},
{
"category": "external",
"summary": "2210289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210289"
},
{
"category": "external",
"summary": "2211362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211362"
},
{
"category": "external",
"summary": "2211482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211482"
},
{
"category": "external",
"summary": "2211491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211491"
},
{
"category": "external",
"summary": "2211564",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211564"
},
{
"category": "external",
"summary": "2211643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211643"
},
{
"category": "external",
"summary": "2211807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211807"
},
{
"category": "external",
"summary": "2211866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211866"
},
{
"category": "external",
"summary": "2212773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212773"
},
{
"category": "external",
"summary": "2212931",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212931"
},
{
"category": "external",
"summary": "2213085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213085"
},
{
"category": "external",
"summary": "2213118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213118"
},
{
"category": "external",
"summary": "2213183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213183"
},
{
"category": "external",
"summary": "2213550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213550"
},
{
"category": "external",
"summary": "2213552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213552"
},
{
"category": "external",
"summary": "2214023",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214023"
},
{
"category": "external",
"summary": "2214033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214033"
},
{
"category": "external",
"summary": "2214237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214237"
},
{
"category": "external",
"summary": "2214288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214288"
},
{
"category": "external",
"summary": "2214838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214838"
},
{
"category": "external",
"summary": "2215239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215239"
},
{
"category": "external",
"summary": "2215917",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215917"
},
{
"category": "external",
"summary": "2216707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216707"
},
{
"category": "external",
"summary": "2217887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217887"
},
{
"category": "external",
"summary": "2217904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217904"
},
{
"category": "external",
"summary": "2218116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218116"
},
{
"category": "external",
"summary": "2218190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218190"
},
{
"category": "external",
"summary": "2218309",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218309"
},
{
"category": "external",
"summary": "2218492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218492"
},
{
"category": "external",
"summary": "2218593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218593"
},
{
"category": "external",
"summary": "2219136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219136"
},
{
"category": "external",
"summary": "2219355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219355"
},
{
"category": "external",
"summary": "2219395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219395"
},
{
"category": "external",
"summary": "2219436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219436"
},
{
"category": "external",
"summary": "2219797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219797"
},
{
"category": "external",
"summary": "2219843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219843"
},
{
"category": "external",
"summary": "2221473",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221473"
},
{
"category": "external",
"summary": "2221488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221488"
},
{
"category": "external",
"summary": "2221638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221638"
},
{
"category": "external",
"summary": "2221995",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221995"
},
{
"category": "external",
"summary": "2222022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222022"
},
{
"category": "external",
"summary": "2222887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222887"
},
{
"category": "external",
"summary": "2223553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223553"
},
{
"category": "external",
"summary": "2223575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223575"
},
{
"category": "external",
"summary": "2223690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223690"
},
{
"category": "external",
"summary": "2223692",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223692"
},
{
"category": "external",
"summary": "2223702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223702"
},
{
"category": "external",
"summary": "2223705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223705"
},
{
"category": "external",
"summary": "2223706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223706"
},
{
"category": "external",
"summary": "2223976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223976"
},
{
"category": "external",
"summary": "2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "2224325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224325"
},
{
"category": "external",
"summary": "2224493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224493"
},
{
"category": "external",
"summary": "2225176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225176"
},
{
"category": "external",
"summary": "2225223",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225223"
},
{
"category": "external",
"summary": "2225685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225685"
},
{
"category": "external",
"summary": "2226647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2226647"
},
{
"category": "external",
"summary": "2227017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227017"
},
{
"category": "external",
"summary": "2227607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227607"
},
{
"category": "external",
"summary": "2227835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227835"
},
{
"category": "external",
"summary": "2228020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228020"
},
{
"category": "external",
"summary": "2228108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228108"
},
{
"category": "external",
"summary": "2228319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228319"
},
{
"category": "external",
"summary": "2228375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228375"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2228805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228805"
},
{
"category": "external",
"summary": "2228816",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228816"
},
{
"category": "external",
"summary": "2230050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230050"
},
{
"category": "external",
"summary": "2230334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230334"
},
{
"category": "external",
"summary": "2230447",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230447"
},
{
"category": "external",
"summary": "2231074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231074"
},
{
"category": "external",
"summary": "2231116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231116"
},
{
"category": "external",
"summary": "2231124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231124"
},
{
"category": "external",
"summary": "2231709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231709"
},
{
"category": "external",
"summary": "2231838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231838"
},
{
"category": "external",
"summary": "2232464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232464"
},
{
"category": "external",
"summary": "2232502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232502"
},
{
"category": "external",
"summary": "2232552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232552"
},
{
"category": "external",
"summary": "2232608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232608"
},
{
"category": "external",
"summary": "2233027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233027"
},
{
"category": "external",
"summary": "2233036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233036"
},
{
"category": "external",
"summary": "2233410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233410"
},
{
"category": "external",
"summary": "2233445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233445"
},
{
"category": "external",
"summary": "2233727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233727"
},
{
"category": "external",
"summary": "2233731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233731"
},
{
"category": "external",
"summary": "2234357",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234357"
},
{
"category": "external",
"summary": "2234386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234386"
},
{
"category": "external",
"summary": "2234428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234428"
},
{
"category": "external",
"summary": "2234735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234735"
},
{
"category": "external",
"summary": "2234759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234759"
},
{
"category": "external",
"summary": "2235245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235245"
},
{
"category": "external",
"summary": "2235395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235395"
},
{
"category": "external",
"summary": "2235423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235423"
},
{
"category": "external",
"summary": "2235708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235708"
},
{
"category": "external",
"summary": "2236387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236387"
},
{
"category": "external",
"summary": "2236436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236436"
},
{
"category": "external",
"summary": "2236444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236444"
},
{
"category": "external",
"summary": "2236445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236445"
},
{
"category": "external",
"summary": "2237213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237213"
},
{
"category": "external",
"summary": "2237226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237226"
},
{
"category": "external",
"summary": "2238400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238400"
},
{
"category": "external",
"summary": "2238682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238682"
},
{
"category": "external",
"summary": "2238720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238720"
},
{
"category": "external",
"summary": "2238895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238895"
},
{
"category": "external",
"summary": "2239033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239033"
},
{
"category": "external",
"summary": "2239093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239093"
},
{
"category": "external",
"summary": "2239096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239096"
},
{
"category": "external",
"summary": "2239101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239101"
},
{
"category": "external",
"summary": "2239140",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239140"
},
{
"category": "external",
"summary": "2239580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239580"
},
{
"category": "external",
"summary": "2239589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239589"
},
{
"category": "external",
"summary": "2239622",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239622"
},
{
"category": "external",
"summary": "2239776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239776"
},
{
"category": "external",
"summary": "2239802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239802"
},
{
"category": "external",
"summary": "2240778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240778"
},
{
"category": "external",
"summary": "2241015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241015"
},
{
"category": "external",
"summary": "2241185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241185"
},
{
"category": "external",
"summary": "2241980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241980"
},
{
"category": "external",
"summary": "2242121",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242121"
},
{
"category": "external",
"summary": "2242374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242374"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2242854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242854"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2244383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244383"
},
{
"category": "external",
"summary": "2244517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244517"
},
{
"category": "external",
"summary": "2244566",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244566"
},
{
"category": "external",
"summary": "2244638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244638"
},
{
"category": "external",
"summary": "2244791",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244791"
},
{
"category": "external",
"summary": "2244793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244793"
},
{
"category": "external",
"summary": "2245978",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245978"
},
{
"category": "external",
"summary": "2246185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246185"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6832.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2024-12-18T04:54:04+00:00",
"generator": {
"date": "2024-12-18T04:54:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6832",
"initial_release_date": "2023-11-08T18:49:17+00:00",
"revision_history": [
{
"date": "2023-11-08T18:49:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-08T18:49:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:54:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.14 for RHEL 9",
"product": {
"name": "RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product_id": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product_id": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product_id": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product_id": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4048",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2021-11-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024358"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds read flaw was found in the CLARRV, DLARRV, SLARRV, and ZLARRV functions in lapack and OpenBLAS. A specially crafted input passed to these functions could cause an application using lapack to crash or possibly disclose portions of its memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lapack: Out-of-bounds read in *larrv",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4048"
},
{
"category": "external",
"summary": "RHBZ#2024358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4048"
}
],
"release_date": "2021-09-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "lapack: Out-of-bounds read in *larrv"
},
{
"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-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2023-2121",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-06-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2214237"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise, where they are vulnerable to Cross-site scripting caused by improper validation of user-supplied input by the key-value v2 (kv-v2) diff viewer. A remote, authenticated attacker can inject malicious script into a Web page which would be executed in a victim\u0027s Web browser within the security context of the hosting Web site once the page is viewed. This flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp: html injection into web ui",
"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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2121"
},
{
"category": "external",
"summary": "RHBZ#2214237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2121"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814"
}
],
"release_date": "2023-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp: html injection into web ui"
},
{
"cve": "CVE-2023-3462",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"discovery_date": "2023-08-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228020"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HashiCorp Vault. The Vault and Vault Enterprise (\u201cVault\u201d) LDAP auth method allows unauthenticated users to potentially enumerate valid accounts in the configured LDAP system by observing the response error when querying usernames.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration",
"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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3462"
},
{
"category": "external",
"summary": "RHBZ#2228020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3462"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3462",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3462"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-24-vaults-ldap-auth-method-allows-for-user-enumeration/56714",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-24-vaults-ldap-auth-method-allows-for-user-enumeration/56714"
}
],
"release_date": "2023-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration"
},
{
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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": [
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-5077",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2023-10-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2241980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise. This issue could allow a remote authenticated attacker to bypass security restrictions, due to a flaw in the Google Cloud secrets engine when creating or updating rolesets. By sending a specially crafted request, an attacker could exploit this vulnerability to bypass the IAM policy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets",
"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-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-5077"
},
{
"category": "external",
"summary": "RHBZ#2241980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-5077",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5077"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5077",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5077"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-30-vault-s-google-cloud-secrets-engine-removed-existing-iam-conditions-when-creating-updating-rolesets/58654/1",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-30-vault-s-google-cloud-secrets-engine-removed-existing-iam-conditions-when-creating-updating-rolesets/58654/1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-86c6-3g63-5w64",
"url": "https://github.com/advisories/GHSA-86c6-3g63-5w64"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets"
},
{
"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-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"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": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-37788",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-07-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2224245"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goproxy, which is vulnerable to a denial of service caused by improper input validation. This flaw allows a remote attacker can cause the goproxy server to crash by sending a specially crafted HTTP request to the HTTPS page, replacing the path \"/\" with an asterisk \"*\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goproxy: Denial of service (DoS) via unspecified vectors.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Goproxy is only susceptible to this vulnerability when used in MITM (Man In The Middle) mode. This use case is not relevant to any Red Hat products, so the impact is rated as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37788"
},
{
"category": "external",
"summary": "RHBZ#2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-4r8x-2p26-976p",
"url": "https://github.com/advisories/GHSA-4r8x-2p26-976p"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/issues/502",
"url": "https://github.com/elazarl/goproxy/issues/502"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/pull/507",
"url": "https://github.com/elazarl/goproxy/pull/507"
}
],
"release_date": "2023-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "goproxy: Denial of service (DoS) via unspecified vectors."
},
{
"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": [
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
]
},
"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-11-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-11-08T18:49: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-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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_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:6402
Vulnerability from csaf_redhat - Published: 2023-11-07 09:01 - 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 containernetworking-plugins 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 Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \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: 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:6402",
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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": "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": "2212143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212143"
},
{
"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_6402.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security and bug fix 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:6402",
"initial_release_date": "2023-11-07T09:01:07+00:00",
"revision_history": [
{
"date": "2023-11-07T09:01:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:01:07+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": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
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_5947
Vulnerability from csaf_redhat - Published: 2023-10-26 00:47 - Updated: 2024-12-18 04:47Notes
{
"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 run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.0-RHEL-8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\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\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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:5947",
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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": "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": "2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "OCPBUGS-20489",
"url": "https://issues.redhat.com/browse/OCPBUGS-20489"
},
{
"category": "external",
"summary": "WRKLDS-780",
"url": "https://issues.redhat.com/browse/WRKLDS-780"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5947.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.0.1 security update",
"tracking": {
"current_release_date": "2024-12-18T04:47:24+00:00",
"generator": {
"date": "2024-12-18T04:47:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:5947",
"initial_release_date": "2023-10-26T00:47:43+00:00",
"revision_history": [
{
"date": "2023-10-26T00:47:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-26T00:47:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:47:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.0 for RHEL 8",
"product": {
"name": "RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel8\u0026tag=v1.0-30"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.0-20"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-rhel8\u0026tag=v1.0-25"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
}
]
},
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"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": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"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-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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_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: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_6346
Vulnerability from csaf_redhat - Published: 2023-11-07 09:12 - 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 toolbox 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": "Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.\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: 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: 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:6346",
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165742",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165742"
},
{
"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": "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": "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": "2222789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222789"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6346.json"
}
],
"title": "Red Hat Security Advisory: toolbox security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:26:45+00:00",
"generator": {
"date": "2024-12-17T22:26:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6346",
"initial_release_date": "2023-11-07T09:12:30+00:00",
"revision_history": [
{
"date": "2023-11-07T09:12:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:12:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:26:45+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": "toolbox-0:0.0.99.4-6.el9_3.src",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.src",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:5947
Vulnerability from csaf_redhat - Published: 2023-10-26 00:47 - Updated: 2025-12-05 06: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 run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.0-RHEL-8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\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\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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:5947",
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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": "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": "2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "OCPBUGS-20489",
"url": "https://issues.redhat.com/browse/OCPBUGS-20489"
},
{
"category": "external",
"summary": "WRKLDS-780",
"url": "https://issues.redhat.com/browse/WRKLDS-780"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5947.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.0.1 security update",
"tracking": {
"current_release_date": "2025-12-05T06:20:40+00:00",
"generator": {
"date": "2025-12-05T06:20:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:5947",
"initial_release_date": "2023-10-26T00:47:43+00:00",
"revision_history": [
{
"date": "2023-10-26T00:47:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-26T00:47:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-05T06:20:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.0 for RHEL 8",
"product": {
"name": "RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel8\u0026tag=v1.0-30"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.0-20"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-rhel8\u0026tag=v1.0-25"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
}
]
},
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"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": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"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-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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_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:5421
Vulnerability from csaf_redhat - Published: 2023-10-03 18:49 - Updated: 2025-11-25 15:47Notes
{
"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": "Multicluster Engine for Kubernetes 2.3.2 General Availability release images,\nwhich contain security updates and fix bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Multicluster Engine for Kubernetes 2.3.2 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity fix(es):\n* CVE-2023-26136 tough-cookie: prototype pollution in cookie memstore\n* CVE-2022-41721 x/net/http2/h2c: request smuggling\n* CVE-2023-24539 golang: html/template: improper sanitization of CSS values\n* CVE-2023-24540 golang: html/template: improper handling of JavaScript whitespace\n* CVE-2023-29400 golang: html/template: improper handling of empty HTML attributes",
"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:5421",
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2162182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182"
},
{
"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": "2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5421.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.3.2 security updates and bug fixes",
"tracking": {
"current_release_date": "2025-11-25T15:47:28+00:00",
"generator": {
"date": "2025-11-25T15:47:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:5421",
"initial_release_date": "2023-10-03T18:49:51+00:00",
"revision_history": [
{
"date": "2023-10-03T18:49:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-03T18:49:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T15:47:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.3 for RHEL 8",
"product": {
"name": "multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.3::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"product_id": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"product": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"product_id": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/klusterlet-operator-bundle\u0026tag=v2.3.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.3.2-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"product_id": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"product_id": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"product_id": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"product_id": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"product_id": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"product_id": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"product_id": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"product_id": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"product_id": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.3.2-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"product_id": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"product_id": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"product_id": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"product_id": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"product_id": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.3.2-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"product_id": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"product_id": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"product_id": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64"
},
"product_reference": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
}
]
},
"vulnerabilities": [
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"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": [
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x"
],
"known_not_affected": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
},
"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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "x/net/http2/h2c: request smuggling"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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",
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Kokorin Vsevolod"
]
}
],
"cve": "CVE-2023-26136",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2023-07-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2219310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tough-cookie package which allows Prototype Pollution due to improper handling of Cookies when using CookieJar in rejectPublicSuffixes=false mode. This issue arises from the manner in which the objects are initialized.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tough-cookie: prototype pollution in cookie memstore",
"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-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
],
"known_not_affected": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26136"
},
{
"category": "external",
"summary": "RHBZ#2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e",
"url": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/issues/282",
"url": "https://github.com/salesforce/tough-cookie/issues/282"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3",
"url": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873",
"url": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873"
}
],
"release_date": "2023-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tough-cookie: prototype pollution in cookie memstore"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"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_5421
Vulnerability from csaf_redhat - Published: 2023-10-03 18:49 - Updated: 2024-12-17 22:25Notes
{
"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": "Multicluster Engine for Kubernetes 2.3.2 General Availability release images,\nwhich contain security updates and fix bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Multicluster Engine for Kubernetes 2.3.2 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity fix(es):\n* CVE-2023-26136 tough-cookie: prototype pollution in cookie memstore\n* CVE-2022-41721 x/net/http2/h2c: request smuggling\n* CVE-2023-24539 golang: html/template: improper sanitization of CSS values\n* CVE-2023-24540 golang: html/template: improper handling of JavaScript whitespace\n* CVE-2023-29400 golang: html/template: improper handling of empty HTML attributes",
"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:5421",
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2162182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182"
},
{
"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": "2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5421.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.3.2 security updates and bug fixes",
"tracking": {
"current_release_date": "2024-12-17T22:25:58+00:00",
"generator": {
"date": "2024-12-17T22:25:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:5421",
"initial_release_date": "2023-10-03T18:49:51+00:00",
"revision_history": [
{
"date": "2023-10-03T18:49:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-03T18:49:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:25:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.3 for RHEL 8",
"product": {
"name": "multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.3::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"product_id": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"product": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"product_id": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/klusterlet-operator-bundle\u0026tag=v2.3.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.3.2-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"product_id": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"product_id": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"product_id": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"product_id": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"product_id": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"product_id": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"product_id": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"product_id": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"product_id": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.3.2-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"product_id": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"product_id": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"product_id": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"product": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"product_id": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.3.2-1"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.3.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"product_id": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"product_id": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.3.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.3.2-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"product_id": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.3.2-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.3.2-2"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"product_id": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.3.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"product_id": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.3.2-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x"
},
"product_reference": "multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64"
},
"product_reference": "multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64 as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le as a component of multicluster engine for Kubernetes 2.3 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.3"
}
]
},
"vulnerabilities": [
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"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": [
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x"
],
"known_not_affected": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
},
"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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "x/net/http2/h2c: request smuggling"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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",
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Kokorin Vsevolod"
]
}
],
"cve": "CVE-2023-26136",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2023-07-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2219310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tough-cookie package which allows Prototype Pollution due to improper handling of Cookies when using CookieJar in rejectPublicSuffixes=false mode. This issue arises from the manner in which the objects are initialized.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tough-cookie: prototype pollution in cookie memstore",
"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-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
],
"known_not_affected": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26136"
},
{
"category": "external",
"summary": "RHBZ#2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e",
"url": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/issues/282",
"url": "https://github.com/salesforce/tough-cookie/issues/282"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3",
"url": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873",
"url": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873"
}
],
"release_date": "2023-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tough-cookie: prototype pollution in cookie memstore"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-10-03T18:49:51+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_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-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:1307fd9fd43e54707aa8d6cf599e23af6d39e911570a1682366fbeb8dacf50b4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:bfe31cf9fe6aae0288d1cc41d7ea33f3158708c5b780acb3b88a00ebcb17217a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f21433053453b4b4ff42b67a839552f339647250c44f46bda0eeb2feb172301b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/addon-manager-rhel8@sha256:f6bfbd6019e9cb846acde5547aa58fa179b3f7b3c6c91a24dd7c0197c2be250c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:014756ae51184b2fd9e14b031f19c06da5cdb9d888c4fe5bb39056bfc936b91c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:0dffd3466978a2157bb1e0c30f4ea279241c32f48e7d0d3bc01a71243b85b633_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:81ec0e0c11ef76e5a39fdafab8b5da07afad7d9172a0a80a5ecd0b92eb27ef76_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/agent-service-rhel8@sha256:fff86b93b174a8257af32c8f3ea5d4a5482eccc7885900bdaa3d531cc3bb48ea_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:227fd7a37139b7b345f8e79882bcc65349d52d2384482d6bc1c4901e5cf93fca_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7731f0ae5f964914b140f3cf42338fe54e0cad459dc47b0602c7a5c3fc2e3949_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:7cc56a7bceaf3a60bae75fa5349b38cc902d80466899451f963e84c6268048cf_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/apiserver-network-proxy-rhel8@sha256:f28880a786c7866b9da54f773a2c6f83485a947c3f0a752336d7167b73b1d5d8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:1e69c96dde4d60ca64570370305de613e3f4249d370cde3c7b27ee2f3e0bb743_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:549b4631ee9b48ddc6cee09453818d69af54e7c6ea00a5dbdf6ff8eea480e79f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:bd1ccbc2b0f45fc93eb49dd07eff1793053e63963769d5b7a0ca879be5a4efc2_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-image-service-rhel8@sha256:fbb147731f32245f10c5bd8d61cd9c9c5da0c04c6a2ab9db33d670d1052e85f3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:5a71df8445b1357869c5b87c47cf84c6142de63722b4084492f268e296f55d00_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:972dfeb6ac5b2fb3e1343fc6e71ab17c0e6e507367525e6fa5f3974424e86a42_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:a31361cdc7b41ff0e03ed8e4708638df62b3528372ed7a87778fe16bfe1e9330_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6dca0596db08e7c4554736579645d2db4400da1ff1685ecd677904f44ccf9e5_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:21cd9e1bba0e31ded719536982537d0e2ea74087a2c79523b6ea6cee597fa56c_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:40f7fd4afda824bec9e5a74cca9d7051343716aff94766b34459e20cbc0de67e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:8ff0ed809e4f81adf1616bbba323c1e3adaf8a185d760a0fe4abb39147961c39_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-reporter-rhel8@sha256:c5e9d0c9e8be54f579f86e359024f2743ec1cdb5d92d00ec2eea3b819e335264_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:505b7f20f8dcba5d97e5f1d64092d7cc6d28db8efb12361222d031820efac9fc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8a362b959a370e94006895af30e24c330d03f1bc4981c94df911b9c01f3967cf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:8b3907d5e124fd1466514564ad5886fe022bd92c305709afe7cbc841713dd537_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/assisted-installer-rhel8@sha256:d03b27b20dfb23b769841ff51da2f9b1367f7a574ba1a5afd4a18cfc8cc1a2af_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:a32ee3d215c275b57deb6b6fa22b74c549e7bf42dbcb4bf0f22b53365ee4e0bd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:b264cec64b7b5bf93e87a46da2885c61e8a7aa0d25df69856dcc3f00a559530a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:dd1d22565decd4278177cc7d0ccebc8e760288b5c70c097ba87d2654ba272f59_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/aws-encryption-provider-rhel8@sha256:fe435e2471d00b8998ebca90e674f8dcb067665a861fac7061a5d38ddd0fdd7b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:0d3d9a70ab0f69f1e072bf084c6ecd1190b0ec35da62bb52db0f93f7776e6e8a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:91022ce4ea345eefb4fbdb4aeab1592ba9b2f6e51d1cbea42ffb6ed7f863d750_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:aad0b529df39e47759494fa091f64016310e6acebece6cddcefbcd535ca822ff_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/backplane-rhel8-operator@sha256:f49bdabf0b385b4d3a527d12324bf0a0361c0b2d4e47218732203cf411d6771b_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:45bab8488d4f6e6cb6329cd36a05df8fb686b661f568bf1c0c7b444023c87ced_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:587a87cb46a910997f8e7f00d0ddcde3beaeba07ee4363a880c1a377a8ae2b3e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:7138e1d1bfb2b17c039fe59065a574769844856fbc31825a8db9e24b032400f0_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:efedf5209289bf6de6565a47d5a64a6d2c7aaabd303e0912507e12c2fe2bfceb_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:7b872f314044659c8f8dee1f63eba8e47ffa88f973e07936078067a8c8cb3575_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aa11897661ec576edcb96f50609cf2f484189867f57ccfc863481abcd54d3d99_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:dd9a9c92a5ae8fa2829e73bed92669110005dfd3fface8d6e48a8bbe615be72b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:f677101610fcaabf409a053525571ae938d105f636a14b12b3c81e798d8b23bc_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:35560e8d8a43fafba124b1a801c6a2414d29a2f70ac407a128acf0271150b1cf_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:3b4f72150c3d3c59da4fe3f3296341ff978730865b72441fda42539a0170a33b_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:939c1dd5b64e9adaf09c5bff192ffba1afa24709bfc4f4e8319117f84e07c0a4_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d3be6db43f87408b06e0333c662f5cc830a4ffdc06478c0c0f58d5ed694ce9c9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1d4e2136ec8bcdc19f5271b0ae938baf235e0a967e0f98457dbb49b7e7f02fde_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:1fab4dc5d69a04956a9590ce185a8d6746fd0b71742f2f7dea1dd0f9f787319c_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:c4e95e27f9cc3f92ca94ea6f949407da0757276333af7dbf279b6f616f50b0c2_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-api-rhel8@sha256:e3efc6cd753b00d46989035f282e03a32caac067bbc8a91597fa903bc8d75c55_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:b658002f3d9e16a973ca3117d8ffa095e29e31bfcd08b0705ed554459adb3712_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:ba38fd31d850517a945e60bd16efc4b7e20f80db0ba70dc39bd2df8df94bd66e_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:c1234bd3dc1ff3e5aedf0688c6da4699f7006a5a5cd919e63d89661693ab12b7_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-curator-controller-rhel8@sha256:dbd7e4b5b497f725f3cf0326e04cfc924793f86c5eee577cf6683eb3f8439914_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:1c8c06acf07cb36feab4980c86dc4ae0d69b053b294bb1641d7ca3bf546b785e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:21611f8cebc6ea6ed85a3a1595fb1843d132bb646d14a5bdd588bba16595e2dc_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d344611b90d1393bc2e46c2a0a3db5c05b3958e5ba24d924e0b9d2061dfea677_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-image-set-controller-rhel8@sha256:fafd29f67b7b1c37e7a64a0a1a73cb18a61d4917482506d41eedece95973802c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:23ed487d14b84de80e7a0a93fb30641ee89aad48bb42643b901c91310168aac4_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:2b90f47358d1384ab6d0af0d5107e6ef3b653c1c2d0c536f4e70afa28b76e4d0_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:c3b13fc982f0cfe5392af273838d5b29da2309b78edfdde1ace4fcb74ac58149_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-addon-rhel8@sha256:cb2ac59643fa3f99b6ee92d40f53f484e5e46d58f7c1ed2a7f085f5a1d01efcf_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:152045bc02b51c90972d9b6092db07ddf06b02e13874e3e452abcce60178e977_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:7753a3af5ecdfbf360b0641dbccc457dbfb39bf13ea10817a76fb000f1e5b959_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:8df3ecb839c8077f4704f8c1f2834fd95af44ef76e9fa7a0b2c835c198799a1a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/cluster-proxy-rhel8@sha256:b95a0a063f10872f1ffdeab39b3353664d6d3f39f397f5b388106f4a8defba0d_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:a0e90f7fa22b2a5a11b654bd003df947978ecb9e56f4b65ddd91530abe13b80d_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:b348d10c18e914dc0c445458b9bbb2f611c3ba036b6124abe906342a55ac880e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:cfa7ac78b90ba70c690ae9e75e633b3f773d1a02babc20e95e574a91e561bd4c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterclaims-controller-rhel8@sha256:df86b6701e5ccb04bdaf480d071d3961ea0fda5baa941412420f9b3203af64f6_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:006f84ac13106755310a31da59876c34e0b16af2a1f766da6156e37572b5e8c8_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:37863c1ebbe4274a6ca1aabf58fa94e4705b0e2bec975e717b225ed8d8e10fd1_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:653ae837de6ad6560c7bfa8368696bc9f49f7255d70cf86ac09f7ed8ca708379_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6b624f79c4739de10488338bf3ca5c6bd9e0bafb59206ba882d29b388a3be185_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:91492eb9a7133d1a845917f5885c792b29465c2554ad12a1df774e95217a2557_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c423d123a3b0d0f5f6ee37f9a70cbaf58f67d802260f0d3839df2a90cdd64083_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:c5990bea9eaa88f28d78911467ea897f7b60ccd55f08209b5d684061dcd3edc8_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/discovery-rhel8@sha256:fa1f632ce6243d6c1c9147ad1ced7838995cb7918a60dca632090c5633c9d157_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:096f5d1455d325d11a0a55dd1fcd609fbfd10b7c05fc335a50c18e14bfe2b101_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:90c4e37dbcc69af3c76f02da5ed34ab3f50f60534abbbff268deb90c09550616_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:a6cb4fff3d5e18196cd9f20569d5d5b75b7fb6dd104d2900f4d4d5ee63efcbe3_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hive-rhel8@sha256:f1e8ee204445637492806df87fb136bcdf53c5957036c6f74ab1298d9dad541a_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:18d04eeab6db0a294f4ced91a63a46e6738e6c85aec72061db72bb744f8a1f4f_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:5cf10cc22f2a5b1b6800c119e3a73cad1fa515272e5a8beba78cc7fd26de9379_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:63a219b785f7e67ad338f6008b296446987db4439518e34a3f875a0bb2ec933d_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-cli-rhel8@sha256:8b39411fdbd06aaabe6a2160b3cf4fae063e26d86c85102b87898dd85e1f4a96_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:261819622282cf0c55f0f838b04a7c5640ea84c5f21a887b43c72aba76295e33_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:40512b4355f62a5129a48d148e41745065534363725087561d55b3539981bedf_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:cedbb7ae45d7271be090d921b02c69bf90cf09e8ace5f623409dbd3b58f1d5ca_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/hypershift-rhel8-operator@sha256:f2901317ccb577be824a37a6d5e5615617d88a4646cfe871b3e0650b9c2ca03a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/klusterlet-operator-bundle@sha256:53a35a2fdad2f9236f91aa544fca637b14a2b03090114ce89ec65bc51b638c83_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:1060f7527858adea7221d32b3cad6ddc58ea9f1eba4482b5147112998926a11b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:29703373c92e6c803177811b3630192f0de485519579b2129f179270b98d7bd8_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:68403db8f9f8f850d58a061894d64977e001d95a42c54a367f01a3cc7a2885f1_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:cf3b964ceee086b39b777f5ea9b7f384ffd7ac006b02fe385ebb48781cc68626_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:499494c0ad0a3a5bdee34ebed826d66668ecbdb8935f9c352ff89e9f7ae9678a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:6ae90ee6d8310d3dfe5d0fc34dfff5946f66d9155a68607b9f127d17e7597375_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:72808cc8f8e58a24cdf8a99316bbda8619d041e4b85ac896d077b84131f9e167_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc53c87059264c2989e9edc5e2ad489bfc680ca28c538768e662382f064fba8c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:2306e7e2cc395966077edffca5c6e6ea26735104dbbfe309cfb495c412a52f89_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:4ec7b1d1dbf77f568e8aca16d2be3ba10f91f9433f9b899cebffd22e565ec10e_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/mce-operator-bundle@sha256:5d696fd9ee58b8f2e77bf1c88adebe7e36e96a8cde37dec0dd654fbda23b8351_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:5190299b2a605b3f6f1d919ef9150a4fc99410ab43a8848e0452d307099dff40_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:865462f13b7be25b11208c0bf541baa6469be3f8f310d483e8d580b4bc34dd55_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:999cc98773498c0026133b302f26a358af42201bc47b1d7b817958315793baf2_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicloud-manager-rhel8@sha256:d33bdfbcf8049a261938d14d72f3a025336fa718fc52f5629d94fed9d6b78742_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:91a006ff29841146c7e9793b8440967f083c30618ef8932c4185b4721e4bb855_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b34d8de5b81376f981f8548f0a7aff810e03e9f149aa4732355cd29cef17a544_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:b4852f31d8bd7a8006ecc23ab4b6b83e1271f9da044ad68fef67396009ef741f_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:beacf3ec49150de6341794c0b419fd65d93a6e28efb0ecaf227c2cd9449263fc_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:70cc5d643b4de9bea3cd3f7e230dc1347d443f1b39348c202db2ec2b12733a3a_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8e1020ebf752a4e7281c85dea37c566b1bc96db038def1f3689a193d40d099f5_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:9ec587f5c50469b7e14e75164e7a0b127a30c697a66f0ea014ac5ffc35aa6d6c_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:c9482f790f8cc89217c647c08fd90d333b764d994ef716311eb163f124f27e51_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:5814335eeb79b24cd9c05f73a29b7e3b9eb65c5b96481de63e229390789db7a3_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:b87533d6d5bdbd68322c9bb1bad875b8959e84992bcf9f078bdf3f240849afcd_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d3a68e1bbf8a951200c3fd5167450d4db3fa001a2a133f129bd3a9e7505af744_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d500613a38008447c3c2dcb779294ba366de5e9ce8f45f8403797b2a96c494a4_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:8231700706acdd58427a4396035db91028a4a3b59fbc95576f2cee2532edc44e_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:c25f7bde050d6c1dc009368076506559d33942a486d344c11b75577b32fc7591_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:db1696f93bc981136c8e94c051eaf86b8f7c5fdc2bfa090e22ee998f2fd63216_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:f586975d05948012d09e500ab87be231096b5cb18213bd23e650a71268778524_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:07e59de386f6cc8c0d9d013fb798365f7f71597eecadef3e6b17b106e1db46a9_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:a385a1cfa51c26ea07b3ee1a85ca4918b67cd57496ea04a40176f10983fa19c5_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:af0bf96a0e62ee64d8731d1a54053fc548c47687840af7d7fd4eb7e6cce1b251_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/must-gather-rhel8@sha256:cf902a00db8631ea0d28a8af66c9681bf0647aac862a73cc4b0f79e8f4861b20_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:6bb6e39ddba7dd2d2af7d2bd7990e2d8d5985f09eafad4969054de6cbc63abac_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:8a182d3421a17f4d163ee56ede2da303039c1be137b84593e75f0cc3d6122608_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:95d613bf70aeb028ef1dabc1354eb1eae42917258e0f8e205565fe66158ca02e_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/placement-rhel8@sha256:ea308e719094a14bce5d5cace73e190f414f8505be84c517ae51be56db6fba0b_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:0852c4f42d508e48bd8f5e69e1dfe841dd6059e6f40536e062e3a91b72716837_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:868d75fc1847fff2d6be3deda2fa5ec4df85ff8af6fa784ab232de31007b4159_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ac0af950b518b09d065569bea8f52a5fa3eba6002ac51b975c44f8816a78a5ab_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/provider-credential-controller-rhel8@sha256:ba2c9d6bf6f64e824e29ddd7d22c96704e227df243a53bd386871dba9b43900c_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:38b847a5fceb02cd8b02ba19a0f64b4101335e5a34ff39319831dd30ad6ec2de_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:93f0e6687a02bd31227d6ac20db66a4b3e7665874bb05c2bc1e16586423792e1_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:d9695c7e3ed1a57e3dd49dd0dc129e8724205f09ad685fe332b23d7abde1a528_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-operator-rhel8@sha256:ec5a41c1a87a044c10304f96ff3a0ab3801978c105805a91e20bce5aea0473be_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:3bb94b585b1ff8dcb932b0d1aaed633f207aef564a1b9d28d8f3647c7b8460be_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:c511716e6aefd6d243f919ead4832f7a841bc77ab4abf9935ceaf36161650270_ppc64le",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:dd92b9043dad9e02a59f3d24792fecb98a953ec8d39cf78a3cef009d00051743_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/registration-rhel8@sha256:fe57731a5d298de2883e15b9197a8a369a803bf2a93f2620454d29c950c70aab_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:02f69ae23e28e9c21b1149c19280baf93c888d9d8e955decb170e7b81a9b037a_arm64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:26a267c79a454475cef917034ad9d58a6de6aff5c7eaaf06119daa0e2f868001_amd64",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:43798a7894842d0d3ef830a0757de891d631c4f6a44d532582fb926c1b432687_s390x",
"8Base-multicluster-engine-2.3:multicluster-engine/work-rhel8@sha256:6ef60c671da86b2b841a0ca1b7c2afb68c08168fb78751dcd4dfcacba6fb91ec_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_4293
Vulnerability from csaf_redhat - Published: 2023-07-27 01:13 - 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": "The Migration Toolkit for Containers (MTC) 1.7.11 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\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* golang-github-gin-gonic-gin: Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment function (CVE-2023-29401)\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:4293",
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "2203769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203769"
},
{
"category": "external",
"summary": "2216957",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216957"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4293.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.11 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:22:55+00:00",
"generator": {
"date": "2024-12-17T22:22:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4293",
"initial_release_date": "2023-07-27T01:13:57+00:00",
"revision_history": [
{
"date": "2023-07-27T01:13:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-07-27T01:13:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:22:55+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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.11-1"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.11-1"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.11-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_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:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_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:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_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:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_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:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_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:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"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-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-29401",
"cwe": {
"id": "CWE-494",
"name": "Download of Code Without Integrity Check"
},
"discovery_date": "2023-06-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2216957"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Gin-Gonic Gin Web Framework. Affected versions of this package could allow a remote attacker to bypass security restrictions caused by improper input validation by the filename parameter of the Context.FileAttachment function. An attacker can modify the Content-Disposition header by using a specially-crafted attachment file name.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-github-gin-gonic-gin: Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment 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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29401"
},
{
"category": "external",
"summary": "RHBZ#2216957",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216957"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29401"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29401"
}
],
"release_date": "2023-06-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-github-gin-gonic-gin: Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment function"
}
]
}
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:4459
Vulnerability from csaf_redhat - Published: 2023-08-08 11:33 - 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": "Red Hat OpenShift Container Platform release 4.13.8 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.8. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:4456\n\nSecurity Fix(es):\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:4459",
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"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/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": "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-17339",
"url": "https://issues.redhat.com/browse/OCPBUGS-17339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4459.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.8 packages and security update",
"tracking": {
"current_release_date": "2025-11-25T10:15:08+00:00",
"generator": {
"date": "2025-11-25T10:15:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4459",
"initial_release_date": "2023-08-08T11:33:17+00:00",
"revision_history": [
{
"date": "2023-08-08T11:33:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-08T11:33:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:15:08+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": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.src",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.src",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.src",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.src",
"product_id": "cri-tools-0:1.26.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.x86_64",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.x86_64",
"product_id": "cri-tools-0:1.26.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.aarch64",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.aarch64",
"product_id": "cri-tools-0:1.26.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.ppc64le",
"product_id": "cri-tools-0:1.26.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.s390x",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.s390x",
"product_id": "cri-tools-0:1.26.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.aarch64"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.s390x"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.src"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.x86_64"
},
"product_reference": "cri-tools-0:1.26.0-3.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-3.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-3.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.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-3.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-3.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.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-3.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-3.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.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-3.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-3.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.src"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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": [
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-08T11:33:17+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:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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": [
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-08T11:33:17+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:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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": [
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-08T11:33:17+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:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
]
}
],
"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: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_3435
Vulnerability from csaf_redhat - Published: 2023-06-05 09:28 - 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 is now available for Red Hat Advanced Cluster Security for Kubernetes (RHACS). \n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 3.74.4 includes a fix for CVE-2023-24540 by building RHACS with updated Golang.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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 issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to the links 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:3435",
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/3.74/release_notes/374-release-notes.html",
"url": "https://docs.openshift.com/acs/3.74/release_notes/374-release-notes.html"
},
{
"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": "ROX-17405",
"url": "https://issues.redhat.com/browse/ROX-17405"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3435.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Security 3.74 for Kubernetes security update",
"tracking": {
"current_release_date": "2024-12-17T22:20:21+00:00",
"generator": {
"date": "2024-12-17T22:20:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3435",
"initial_release_date": "2023-06-05T09:28:49+00:00",
"revision_history": [
{
"date": "2023-06-05T09:28:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T09:28:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 3.74 for RHEL 8",
"product": {
"name": "RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:3.74::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:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=3.74.4-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=3.74.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=3.74.4-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=3.74.4-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=3.74.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=3.74.4-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=3.74.4-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=3.74.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=3.74.4-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
}
]
},
"vulnerabilities": [
{
"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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-05T09:28:49+00:00",
"details": "If you are using an earlier version of RHACS 3.74, you are advised to upgrade to patch release 3.74.4.",
"product_ids": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"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-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-05T09:28:49+00:00",
"details": "If you are using an earlier version of RHACS 3.74, you are advised to upgrade to patch release 3.74.4.",
"product_ids": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"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-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-05T09:28:49+00:00",
"details": "If you are using an earlier version of RHACS 3.74, you are advised to upgrade to patch release 3.74.4.",
"product_ids": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"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-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_5442
Vulnerability from csaf_redhat - Published: 2023-10-04 13:06 - 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": "Red Hat Advanced Cluster Management for Kubernetes 2.8.2 General\nAvailability release images, which provide security updates and fix bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.8.2 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/release_notes/\n\nJira issues resolved: \n\n* ACM-5398: ACM ignores Policies about empty label/field\n\n* ACM-6003: UI throws \"ClusterSets failed to load\" error while deploying application set based applications from console\n\n* ACM-6171: Policy shows as \"Compliant\" despite there being violations\n\nSecurity fix(es):\n* CVE-2023-26136 tough-cookie: prototype pollution in cookie memstore\n* CVE-2022-41721 x/net/http2/h2c: request smuggling\n* CVE-2023-24539 html/template: improper sanitization of CSS values\n* CVE-2023-24540 html/template: improper handling of JavaScript whitespace\n* CVE-2023-29400 html/template: improper handling of empty HTML attributes",
"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:5442",
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2162182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182"
},
{
"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": "2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "external",
"summary": "ACM-5398",
"url": "https://issues.redhat.com/browse/ACM-5398"
},
{
"category": "external",
"summary": "ACM-6003",
"url": "https://issues.redhat.com/browse/ACM-6003"
},
{
"category": "external",
"summary": "ACM-6171",
"url": "https://issues.redhat.com/browse/ACM-6171"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5442.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.8.2 security and bug fix updates",
"tracking": {
"current_release_date": "2024-12-17T22:26:08+00:00",
"generator": {
"date": "2024-12-17T22:26:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:5442",
"initial_release_date": "2023-10-04T13:06:41+00:00",
"revision_history": [
{
"date": "2023-10-04T13:06:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-04T13:06:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:26:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.8.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"product_id": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.8.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.8.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"product_id": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"product_id": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"product": {
"name": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"product_id": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.8.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"product_id": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"product_id": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"product_id": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"product_id": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.8.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"product_id": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.8.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"product_id": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.8.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.8.2-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64"
},
"product_reference": "rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.8 for RHEL 8",
"product_id": "8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64",
"relates_to_product_reference": "8Base-RHACM-2.8"
}
]
},
"vulnerabilities": [
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"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": [
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64"
],
"known_not_affected": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
},
"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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "x/net/http2/h2c: request smuggling"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Kokorin Vsevolod"
]
}
],
"cve": "CVE-2023-26136",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2023-07-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2219310"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tough-cookie package which allows Prototype Pollution due to improper handling of Cookies when using CookieJar in rejectPublicSuffixes=false mode. This issue arises from the manner in which the objects are initialized.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tough-cookie: prototype pollution in cookie memstore",
"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-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le"
],
"known_not_affected": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26136"
},
{
"category": "external",
"summary": "RHBZ#2219310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26136"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e",
"url": "https://github.com/salesforce/tough-cookie/commit/12d474791bb856004e858fdb1c47b7608d09cf6e"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/issues/282",
"url": "https://github.com/salesforce/tough-cookie/issues/282"
},
{
"category": "external",
"summary": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3",
"url": "https://github.com/salesforce/tough-cookie/releases/tag/v4.1.3"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00010.html"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873",
"url": "https://security.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873"
}
],
"release_date": "2023-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tough-cookie: prototype pollution in cookie memstore"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-10-04T13:06:41+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_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-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24c073c9701f4f454539c09ed284d695299395635ebbebf6c4fef525e58ace92_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:4727f9767b25b4f8fb138e946ad0c2847d50299f5a0cd3aa6e48776ab67e52eb_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:ad7cf140b8b5df9e98b2258e299e296debd61aa9d236d2d4e55c5673a0219fc6_s390x",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:fb8b1d4a605c371f204a566f67e853bd935ad5c4412b2e168fc4e7e3391cb8b8_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:574dc1067acdffcad490df92e2016092a2d04c912170edc5d8dd7ef5ecf4271d_amd64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:7eb243eb0fb6b544a2d261e3aec7dbe41cef7603c87d4685ea0e2c52179d975e_arm64",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e2b8eac5ee26300dd55dd1f18631e5ce2fb0213be03a73a7df6e8dd44062f41b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:fecd2b6ad9158aa72b43c70309114bf8dd1c9a73944505a38eeb56df740d9c48_s390x",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:95db781a2b9a788f7ff6b3f30b9dc4076fea9e4db68ddde7fe25a92000e95395_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:aaf5d0b2e58793287ee5bef98adf6ef6a4d4114d5457aca0ea30ea48fa1eafaf_arm64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:deba5ae05c46b6fb1591ca9edbaa34387655f1636b892c0cbcf5dcf87a100f0f_amd64",
"8Base-RHACM-2.8:rhacm2/acm-grafana-rhel8@sha256:e1ccb22d42ef8d0c78acb7fe3b0d6d697c3fdd133ee9fedfce735ddd316ebe3b_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:1e78fefaad8d840fbc8969e322b9c27d440e1cf6abb8766d62a5d2f797aa705d_s390x",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:30d9960ae02803286951a370c306f0ff30abbb3fb0c13981e131161666296ade_amd64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:eee689e19af1918ca932de62c9787ec0f1502c61586f278810991d680916b6fe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-must-gather-rhel8@sha256:fc22b4ca62f4173e26d12233d8ec1f57055ca49d494d4638ee21132df0848bf4_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:308c7525174e282b71462cdabb7aa3bd661685d02a4e549e60770a4f5fe697a7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:5048535e91b1b45a6550cf634886ef377366e90a8e55d3eab4d2b5cd7eacc471_amd64",
"8Base-RHACM-2.8:rhacm2/acm-operator-bundle@sha256:f6a1c1f5bd266b3c94397e4d169990ac9ed22269d239cc3a04d68e547acaff93_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1387465efe62d7c4b38651bb9c59615cb793fa9affacbdc33baaedce60706f68_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1ba9adc5f25bf34c03a00b5a908654e271901f34f05a3e5868beb7c5fe6684f9_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:1f2422ea50582a13b8488a3069f77cec68df18c8c2ee1431659a78850da496af_s390x",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:bbd860db9a27ef00fb4bc978163f4091d7c012f10ee500b8f8d0efd817ca6c85_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:3021d66f6eeeac0bce22d6a306c2c3ea2791ecd12c00430cafae02c97ea3d461_amd64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:38887a5b78ec70f72bcb3ad9a858273d9ff57e80852dbbbe9ab6945c0b8f4c7b_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:48bf1a25e9b2b82d4e89de9b11ae87f07a9aeea73b47e307b5ca00742a970f8d_arm64",
"8Base-RHACM-2.8:rhacm2/acm-prometheus-rhel8@sha256:ccb67736ecba81978c4862234eb21cf0c073ba1358c0e7a236352983ffa46a91_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2278dcac3bc53c3083ff707554a8b23d26f1b5db5f0845428e2b3ee85230f5c8_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:2aefbb1d9031cd54e061a7e0d1ceaf5ef2052cf5ad26fc5fe6ddcf6ce3d07b86_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:95da6f25543490c764c75ba402961c2848bf6f924f4e8e504d745be7bb05f224_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-indexer-rhel8@sha256:d45beda01da2b6a7757db364729b3552a9c34cbaff1cc4f67242222cf1fcc50a_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:34cf44189e94e52a254372813359337543755106cd4f53e6c0a8921af99d54cb_arm64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:414a8d4095a70beb138a5aff278b4f7afa2dba1cd7a28575d0e6e70cb2aeba90_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:666f1dc385c5fbb1187de99e238c024dae1cb4a0f26579561efc85cca2851914_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-api-rhel8@sha256:7ba6518a1ed6defbe5ebdc2592a6829339a598d2420c2091072b79edf4b044f7_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:3842c2d8277faba6f253cf2a1ab7fd97e94f467b3ac60797e9054ca8849df045_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:4ce1f4bb20493d8db93d71e62ba8e604dddb7ac20c9df3d6888b1f24cd787a03_amd64",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:c045f710a4e56b026670e7e257c4696facac64256a0c331a8d7f6a46f5a13464_s390x",
"8Base-RHACM-2.8:rhacm2/acm-search-v2-rhel8@sha256:ff5b478c75ee33ccd5ecb13fff2e3e0f63f705821ce7b13c0bda840d3cd51827_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:685359e38f9d9d724525ce05e075548e0470fcd8017772ee940d6d40aed2fffe_arm64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b6e1416bbfa75c74e938411fd7117883ae633732821b444ff058c3efe875da88_ppc64le",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:b75eb3c229bc66bbac4a9fd4dbf7433247d96495731cd770a82e4bc2ca854273_amd64",
"8Base-RHACM-2.8:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f18cf29543fb749e15614702fa1049994ae91e8b4908b80878541a7ce22226a2_s390x",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2448be4137c76e27296e9fe75d79eaaca66ffadc87dd2e8766606838349c717d_amd64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:2de4ad0479ceb968f0f1ea368cfc406bf550a033e91dcc8e97612f66e0672e64_ppc64le",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:883b8feb03a389da12075f8d15c90b30316e12507306e3529f9ab6678899fd61_arm64",
"8Base-RHACM-2.8:rhacm2/cert-policy-controller-rhel8@sha256:a663aa3eb7105b4a986ba95141eec73a319422199eceab2c1acdf1b5dc1751b8_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:1e971c500e4bf9d3bb66fe644fbbed143e4f05501c0f79a8affb17b5854d264d_amd64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:3ee3c8df1fa09d4541ac3c6bb31ba8f997d41eeae6ffb50f5867c5bb9c08beb3_arm64",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:5b62e6b9bbe0729be1a0f7cf9bb126f9bbebb0a56e2f95dcbb3c61ed7f7f7ba5_s390x",
"8Base-RHACM-2.8:rhacm2/cluster-backup-rhel8-operator@sha256:c208153e03fe3da4155fe5fbf962366a636df8735d1d2087c5e79b4f773eb844_ppc64le",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:3599542fa69201c53d89bc75bb169bc7d69b61509d8c8668a3156997d9e65a5f_s390x",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:d27a7d7223bee707d57a0e495fc3e6416cd1d2e92d197b7b26da78159d9a5a4b_amd64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:df5bacc7b937163ddc441fcaffdb4bf083e92169344584d009c3654500a8503a_arm64",
"8Base-RHACM-2.8:rhacm2/config-policy-controller-rhel8@sha256:f0f5bfc811f85d9a93aee7571aa472b1e9c64dc492c7cb7a10c40c6e57bc6595_ppc64le",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:3a88e67b8fc264f52db41157981cc5503ca250c9e2fd2f6f56d9c233a0299edc_arm64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a4c0f5affbefa4b0a1ffa0c05cfca71967df0140849999bca11c1db64ccf6502_amd64",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:a93cd2893d3b9cce71c904da913044fa46dcf17c11d074bdce6d39940f8fac5e_s390x",
"8Base-RHACM-2.8:rhacm2/console-rhel8@sha256:e63d60be9a19fb9b44bbfb9f86ddfcc02a24cc202035e40b3b72e2307b02b0cb_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3139f038ff8446bdf342acafd07f3e6ee3180f1d15e08e80049c9943bb8a28f5_s390x",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:8f944c11e591fc8be2fbebe49506ed52e0063d5b1b8095587ef1313366cf9cdf_arm64",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:9f5253b811f5d6d83192d7fac782cca89fecffb447128c3d2618cbd04aba8edd_ppc64le",
"8Base-RHACM-2.8:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ad4840a23541fbc6b8b84ea9be6cfca2c819844e33ea397ff5ee43e23823564d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:2ab9ac7026e9e35e3afaa932deeeb39c6d249536a62bbf172e8035ce7a48db1d_amd64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:62e3bab21452e7a18e5e3af4493bdf0d354aa816621a7f227adf77665173c4be_arm64",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:c072b0f189f8482c039d13e0bbf2786fd8fa61b22acbb017058917a2b7dfea14_ppc64le",
"8Base-RHACM-2.8:rhacm2/governance-policy-propagator-rhel8@sha256:db1ebc41a04d9b044155bc096e7ddc5eb6d74493c332a90e2e200c79da1d2f25_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:5591b8ac7492d1d68df1a2cad015bf0725b5e0c9580c35d7a7997ebfd414d769_amd64",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:6903c611d487d8c889550dfdde397aa172d4fb917fcc506c4ff1e4fbf9504b03_ppc64le",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:8ee41a10d03f21a84f30a8515634d97357c98c38bcbd6ad64936deb66de5f2c0_s390x",
"8Base-RHACM-2.8:rhacm2/grafana-dashboard-loader-rhel8@sha256:bef8f2feebbc684a00fb6bff864b2914fc4cc83d4f11c7135a0cacb89e19b2ad_arm64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:4266ece0663e004668f7420b47dc1381d15bbde14c9298d46132582c088e2433_ppc64le",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:830fa91bdf8702dcdaab668a3ff134160d850b45c8e5c059f7838381ffbceaf4_s390x",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:eb6d1474b7d2f796f86e378be57134212fe24409f6e83a5d4cd2d44da093276a_amd64",
"8Base-RHACM-2.8:rhacm2/iam-policy-controller-rhel8@sha256:fb6417515d0e33fda2c54ad742bbb8f5bdaa24aa5240faa01c0446ed9d9791f7_arm64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:01b3ee721802d7db765fbead458212654f3195728a59e16508296962f0a2f1c7_s390x",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:40d15006492e64d3d1fe790b9fe02f3b51e940d3ef1838f7cf225debf8bf4c0c_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:8ae122e3c10b81518326e4db5a6839e3c47eaf1da3dc0686553285b5adf807e4_amd64",
"8Base-RHACM-2.8:rhacm2/insights-client-rhel8@sha256:c652d956129688df049211a9afcbe613ad53c85d72f78b6d7d4dcda6356e36e8_arm64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:0417836739e62034b26d91715eb344f1971cc8fd3650eb50c1d9213d9c244563_s390x",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:046133f007fefb266f06b88512c752fe77ab89494cfd7989a0d974ec3a47a193_ppc64le",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:1c821d8d1f7dbe68110103a58ebcc7785b525605e8d650231cc6f44c82dd92c9_amd64",
"8Base-RHACM-2.8:rhacm2/insights-metrics-rhel8@sha256:59f23f669f48db0aa1338cbc03fe49f763133be7fd0b211ba18fecc4731b68dc_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:4fa20cb3536c8ea79726e6791ea9adc76aec160470e599a3ddf9e2f128ab1ff7_arm64",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:aa3f51e5145ab5c62a34707fac154aa5207910c43d12549774f8d6e7f36c2cb8_s390x",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:da8db1f91c434a6b5966e9709b1393b1faa7add5c2128f8485755e792cd73027_ppc64le",
"8Base-RHACM-2.8:rhacm2/klusterlet-addon-controller-rhel8@sha256:df587b4faa7cdc9717d46c8fd62ef5574c3c5097b3ad3c71e867e586965b0e48_amd64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:73d55e87fbe682c70b43b2cbdc8d9488d88b8eaa3e85ea8d788ec37414a9058b_s390x",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:856445f150d069fe993646e0480a624b33fb61ce8ef802fc687d9de0e73a7498_arm64",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:bc7b122a505d73f04e27b8a22eac1035032295e64213fe50923de359cb357b8c_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-rbac-proxy-rhel8@sha256:e666e971673f0282ce3828da913dde1a4e06b15f27a1103046a7a49a3185561e_amd64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:077eb4b6d832b9591a68453c73e2dcd573ab87eb7187cf698373b0713fa3a213_s390x",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:7fb05f06f8e2d1f144008bad14e0db5306906ac8c32272a89dfbf225e6b4cc16_arm64",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e5d488d3c0a764bfda3d0b3a93344963b32f7365fb8246494de7ba1ed3fc03b0_ppc64le",
"8Base-RHACM-2.8:rhacm2/kube-state-metrics-rhel8@sha256:e7cc8297df0f7aded5ad8c54d8ffe5a84472b66e722964b8795e6e96d17358f1_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:395d4995e32e07329d2ffc8617dc527285cefe28d6abc7dcefc13f38049b2f3a_s390x",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:465bbe2194718f4c261fd014a6034653a75fba877428478d308e675e0906b5f2_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:e54ee5087de8ce420a3036761ef08fa6c54c1dec1f2e347f1789213251fed650_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-exporter-rhel8@sha256:fcaf25589efe8ecd5d1e7be493d4505bc8c29d1b8c42f57ba85caf526073f142_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:43d7f357d1104dbd16c7ccfcf2148256a38bb2e1376f55e7387f9199822e5219_amd64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:4cbac7d0e0c318f8f55675fd26cc4e49a8839aad9826ce4a8afea65a49461b20_arm64",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bc514240edb4907c78cdfe5d6abbc3bacf3c9104d274271ab6fc8631d10e08b8_ppc64le",
"8Base-RHACM-2.8:rhacm2/memcached-rhel8@sha256:bda65a45dd76cd1d3ff116115e5c3ea4179514603c5acae99a5ab7f393f80b7e_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:2dc6914b409b58aa791e59a3e42c4632695123e8d59001b8a0f13595168b7a90_s390x",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:61b1e31f13bb5654f47ee7ac540a8273cbfa21a59383fa3c9028d2fa8b5d9473_amd64",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:83e784ed368313840d020a2d07b0ac5baee85f9687d4227ff1dcbfb740e0f166_ppc64le",
"8Base-RHACM-2.8:rhacm2/metrics-collector-rhel8@sha256:dee3a073a9530326f7274281a6eb158c42ee5855a21197c49d9d029c1aaebef8_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:103633ffd3060cf210a7d8f06983eb58f4ff7960bd5783522ad3610a0d87cba6_amd64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:8993d510a11c696843c8635b3b78cd2a6e1c05250925c5bed20f3c3a4521d580_arm64",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:94e04aad2884b79a60255bcac63f72b7bd984f5708b3656426052627eefa8922_s390x",
"8Base-RHACM-2.8:rhacm2/multicloud-integrations-rhel8@sha256:f85373ac74bcfc54343b5569136fe890c547701ae64a83fbfc3ac83de0dcb741_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:337b01d1e2b9dffd9630df86a3f4ea7d6204fa402e8eec4302e2c1cf317617f2_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:7cc7db4a655628785a69bd35db379ff5596fe0e88cbe5a916aa2a431bf5edaec_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:b722021744228a4d636e30cf460a4d0b51e2d81f35eddee668861e35e95d19e4_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-observability-rhel8-operator@sha256:fa3c857a6809221369347378091636e444d481dbacdd165c8052f6ebcc9564ba_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:8cccd8f8bdfa74e7b19edbd2cd8b22d142507a7254e044463bd5e4420da7bfaf_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:952c1ee7fddaf3003f9f5ed7b82a48fcfb871f3f5e1f9e1de9ebe240c26f3887_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:a00dde4d3c61ca6e6a498f870b4459b384d127ed9109facbe0237aa93cf3de74_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-application-rhel8@sha256:c2602fd9c92dd38d5343ca0f65346dc3f85ae7758e896eca18314f48ca82c0f6_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:679becd95c55281626748a146eba393c62481cf8dea539f646ca804bd8e464a7_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:8506d3f1f9be81842490f8e9dba2fd64fafc09506c6c7304aa37cebf5577ffc2_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:a76333d720dab354b5899cebf72f5cf88f048337bf525a45cd70b25d2d6de227_s390x",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-channel-rhel8@sha256:eb669584297e421318af3333ba6fb609a7d10bdbed03b19718f7ebaa443725a5_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de52aeade3c7716416594ffa266d09cae79e1e3ec31d095d38303ec829a6063_ppc64le",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:8419c1581ebd0bd038b1794e894f8eed6b987e545e59209955815f49bea2d11f_amd64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:c7534c4c1da9408c8e11ccc2532813287b9c8cb7e3fd63bd7383e0920ace47b7_arm64",
"8Base-RHACM-2.8:rhacm2/multicluster-operators-subscription-rhel8@sha256:d489fd760207be57f26d1331fbe9a490678beb4054dc270c49c2431a6aff74ad_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:1b8ffbe2259594249d54047fd5923311a0efbb6dec06bbd53c95d58b1ecf35fc_s390x",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:6c1ea0edd3a47c56475586be1db7c9cb6f1c25f341ef88704318792469c6b075_ppc64le",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:83ca4923717a9cfc724e541fc76b9dd731aac39b8dcf73152ff8ff0d609ae832_arm64",
"8Base-RHACM-2.8:rhacm2/multiclusterhub-rhel8@sha256:fe5ceac23608d3ca063f21d5304d5955a1ac277b5d8c28f9a768fa3ce7ae3b8a_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:00ce9d18315c5955d69e7c939c6aaeae1f71c3c2cf5460edadc2addeb006b118_amd64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:81218319df14316443ebce0721dc8636d3322a2ac077499451bd3a360822fd56_arm64",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:934dbc40e0b6579778bbea9cae591ef473d2b3da04c7b081f7f2cf9fc867fae4_ppc64le",
"8Base-RHACM-2.8:rhacm2/node-exporter-rhel8@sha256:d8bc9cb50254691e161c62ddce4b129801d389f4827ecefa36890d7094ceeff2_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:09f59568c7d5148bf54b0a8747a2f0e4ea5aab1adab6436dc6f7f440bdf99938_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:6df2ad514432f974c5644fa944e892388929b845078faf50b6a78e593d9f1d63_s390x",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:92205f1cf5df4547a33df2172501d5814cea90e75cfff01d23c893500169f175_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8-operator@sha256:d249262f968bda91bbb0ecf979de7f4b227433b77330ba7f6df695a066aab9c3_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:1af62556dddb3f202925ddb19e3e6eef2142e7a26b9322a62bd05c2718bfc803_ppc64le",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:2e25e7f578d346cf83b7e9dcb4c56db6b81346318bf374604800930ff59f0ed9_arm64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:7fdee0a4226cfa46039d9dae7ef59d32d1bcd5bfa3ac5e209aa44a6a0dd597b5_amd64",
"8Base-RHACM-2.8:rhacm2/observatorium-rhel8@sha256:c8be68eba9d4202aab079a9c0bc294217d2514266df5326d7bbcf7989a153319_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:141c998f09f075526120c7f44028c94d6383dd2b19a75c1938aafb12e5a21019_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:37735cd8439e0e05bbaf753106986721a3afe83727c0c04155dcb329caf1e2a7_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:716e27bbc9293926f814c966b8e8adda68f6bcf9cc10e26fca80b73aabc49ba9_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-alertmanager-rhel8@sha256:ac361cac344b7e866c166bdfe37844a7d1717bc7a6d9c25574d89a1697ae8e6d_arm64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:26ad9cdc6672ce15344ce14675abfcc34a95b89a67927341067e339298bf4b8b_ppc64le",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:3a625696a259e76fb81797b84c23037843500bd8669a2a5bb45138e659367cc6_s390x",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:bf4f21fab83a4ab1a0769b03074732d96d9a048efe712036cf4125f0473a24cf_amd64",
"8Base-RHACM-2.8:rhacm2/prometheus-rhel8@sha256:fb7069d6ad6bb88622ee0ba027e509ead74895dc22e3c49c17f4c8c415e332ef_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:3137d0aec4f0c8929d37eb7ef328827ef5d278f320c43d5448a95b9abc8a5e17_s390x",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:62153442e216e29420f9a0c3576f8fcb94e3c13195c71d035a43aca1ef8d201c_arm64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:9373d08cf87768d69c3409e6c1165b122a9d25ef799db40b7c8a9c6ea78e0ae8_amd64",
"8Base-RHACM-2.8:rhacm2/rbac-query-proxy-rhel8@sha256:afba558202a82dbabe166a1f309bf7ac77ae79e98ed82a1d94c9848a9b2be9e4_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:2de1cc33e516e7b03f6006185a15511b4a8d498c5e03c9cd5ea2392bc6123b4e_s390x",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:731a47164330f3f19da311e9975c57effb1b2dd8fa496af060057fd09e3f6271_amd64",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:809e0130e6e5ddeb25f41d6aa55bf0eb1a74d0487cf8fbb162b29e5a6df81d6e_ppc64le",
"8Base-RHACM-2.8:rhacm2/search-collector-rhel8@sha256:dbee682eee7f999c8f0fd4fb9ee778b41d3a271b3aa3efa6eed2c54073da803f_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:84be8168283e0c29b1e73343108fd36ea67ed3ab98697a949c3aeda21a52907a_amd64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a23840634c64ba05632a88300ac1ebc2ca648c4a42734844468fb5f750e63e8c_s390x",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:a2fba0ea504b02855ba4336f8b4befa48c854c233d99bab81c7b488b34ca6c8c_arm64",
"8Base-RHACM-2.8:rhacm2/submariner-addon-rhel8@sha256:dd35a4b89ed6e4884b24d12dded6e66729d98bb3141a800ca122a4a422300da2_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:2acd40ecd7a317808b633e82cca7a6f4ef1bcc0c4f34a029283615d6e1031799_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:5120c8794b93d170039148261c7e9152ebaf26a6974cb963f4faeeb95ecc3de2_arm64",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:65f7480a3ee3cc5e25f62f0b21ec45a5cab2c10ca921a268c3b1d76e26909b49_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-receive-controller-rhel8@sha256:df8f6782accd933ff97f6cf673804ce56098ad3e5755973142f95a76d4f21d5d_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:1d9d38bebaf47d5df103a01d7f5a41060cde43360307aca7c32871fc460f25c5_amd64",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:2d02d4213ea9df3c49d5ddbc8149d355078913358a35e6a231a463445d3ffade_s390x",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:3c7e49320556285362e81a66709b8ea6a4df6caa2c98f6605b1bd668efdd0ecf_ppc64le",
"8Base-RHACM-2.8:rhacm2/thanos-rhel8@sha256:7f130d3e7c904a07e7613a01710d9652ecfe994c3013808e17ccc8c82a287025_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_4459
Vulnerability from csaf_redhat - Published: 2023-08-08 11:33 - 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": "Red Hat OpenShift Container Platform release 4.13.8 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.8. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:4456\n\nSecurity Fix(es):\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:4459",
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"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/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": "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-17339",
"url": "https://issues.redhat.com/browse/OCPBUGS-17339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4459.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.8 packages and security update",
"tracking": {
"current_release_date": "2024-12-17T22:24:07+00:00",
"generator": {
"date": "2024-12-17T22:24:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4459",
"initial_release_date": "2023-08-08T11:33:17+00:00",
"revision_history": [
{
"date": "2023-08-08T11:33:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-08T11:33:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:24:07+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": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.src",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.src",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.src",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.src",
"product_id": "cri-tools-0:1.26.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.x86_64",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.x86_64",
"product_id": "cri-tools-0:1.26.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.aarch64",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.aarch64",
"product_id": "cri-tools-0:1.26.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.ppc64le",
"product_id": "cri-tools-0:1.26.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-51.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-3.el9.s390x",
"product": {
"name": "cri-tools-0:1.26.0-3.el9.s390x",
"product_id": "cri-tools-0:1.26.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debugsource@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-central-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-host-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_id": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.09-vtep-debuginfo@23.09.0-alpha.78.el9fdp?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.13.0-202307191602.p0.g36754b7.assembly.stream.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.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-202307191602.p0.g36754b7.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.aarch64"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.s390x"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.src"
},
"product_reference": "cri-tools-0:1.26.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-3.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-3.el9.x86_64"
},
"product_reference": "cri-tools-0:1.26.0-3.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-3.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-3.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-3.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-3.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-3.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.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-3.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-3.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.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-3.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-3.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.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-3.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-3.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.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-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.src"
},
"product_reference": "ovn23.06-0:23.06.0-51.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-central-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-host-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-51.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-51.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-51.el9fdp.aarch64"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.s390x"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.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-51.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-51.el9fdp.x86_64"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
},
"product_reference": "ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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": [
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-08T11:33:17+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:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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": [
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-08T11:33:17+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:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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": [
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-08T11:33:17+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:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"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:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.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-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202307191602.p0.g36754b7.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-3.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202307282024.p0.ge251b5e.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-51.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.09-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-central-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-debugsource-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-host-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-0:23.09.0-alpha.78.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.09-vtep-debuginfo-0:23.09.0-alpha.78.el9fdp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
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_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_6402
Vulnerability from csaf_redhat - Published: 2023-11-07 09:01 - 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 containernetworking-plugins 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 Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \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: 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:6402",
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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": "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": "2212143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212143"
},
{
"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_6402.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:26:19+00:00",
"generator": {
"date": "2024-12-17T22:26:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6402",
"initial_release_date": "2023-11-07T09:01:07+00:00",
"revision_history": [
{
"date": "2023-11-07T09:01:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:01:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:26:19+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": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.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-07T09:01: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.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
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:3435
Vulnerability from csaf_redhat - Published: 2023-06-05 09:28 - 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 is now available for Red Hat Advanced Cluster Security for Kubernetes (RHACS). \n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 3.74.4 includes a fix for CVE-2023-24540 by building RHACS with updated Golang.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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 issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to the links 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:3435",
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/3.74/release_notes/374-release-notes.html",
"url": "https://docs.openshift.com/acs/3.74/release_notes/374-release-notes.html"
},
{
"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": "ROX-17405",
"url": "https://issues.redhat.com/browse/ROX-17405"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3435.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Security 3.74 for Kubernetes security update",
"tracking": {
"current_release_date": "2025-11-25T10:12:41+00:00",
"generator": {
"date": "2025-11-25T10:12:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3435",
"initial_release_date": "2023-06-05T09:28:49+00:00",
"revision_history": [
{
"date": "2023-06-05T09:28:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T09:28:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:12:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 3.74 for RHEL 8",
"product": {
"name": "RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:3.74::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:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=3.74.4-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=3.74.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=3.74.4-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=3.74.4-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=3.74.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=3.74.4-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=3.74.4-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=3.74.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=3.74.4-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=3.74.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=3.74.4-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=3.74.4-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64 as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"relates_to_product_reference": "8Base-RHACS-3.74"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le as a component of RHACS 3.74 for RHEL 8",
"product_id": "8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le",
"relates_to_product_reference": "8Base-RHACS-3.74"
}
]
},
"vulnerabilities": [
{
"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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-05T09:28:49+00:00",
"details": "If you are using an earlier version of RHACS 3.74, you are advised to upgrade to patch release 3.74.4.",
"product_ids": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"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-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-05T09:28:49+00:00",
"details": "If you are using an earlier version of RHACS 3.74, you are advised to upgrade to patch release 3.74.4.",
"product_ids": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"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-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-05T09:28:49+00:00",
"details": "If you are using an earlier version of RHACS 3.74, you are advised to upgrade to patch release 3.74.4.",
"product_ids": [
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"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-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_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-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:406b6ad68369bb3ca09c80c3b44e599de4c10a509bffe680ca3c10e2573895c6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8e3a1d8022cf6c500c63e803af3b6fb991c1fcf5ade52b54b9bab7ca2563bfb6_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ccf3820919ce24a8f3e4be3c9089ed16ba3d2a90f5a95316ea852f1095cf49b6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:361633af57c336504b24d92f79959e2bdef0151544a68deba8cf2cdc829a4953_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:793053fe5bb210e362b0c5006028348decee4219561138a02ca7b3013ecb46b0_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-rhel8@sha256:b496c3acb360ccf5e06a8772b2513b7c206eae53bea77ee1bbbfa7e5672a96e6_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:5bec876ca801db3fc1976eec48cae2399eb95e1731476bfc5fc46414ff8d26e7_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64b1727d87614f899ea9246cf3a15016913500bbb5005a8817c10beb930c2831_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7b9815779933ede015cb3ed5f2901ad2c3b339bc2177bb9a6777e832bae86adc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:37a457dc9ec3b6289092bb50aee9012e39635f181f69247daffb6b43f74e36d3_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:4ba9b7c96758b66e86c6195bf3da27a3abf16937921e6a6068642ae8cfc34b0e_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-main-rhel8@sha256:dd37b25843db628d6034e829e25af295d4e68dc4ae39e9f6a1120572144781f3_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:34d88bd8a54a78f114168776bb76377e7e17f1a50eb898c92f6b8a8168f6da29_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:655b8969f5fb4f4e7a63e4215d7718c45cc6e471b70c0c5776a17afee6f76203_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-operator-bundle@sha256:aca9396a41f339d8968dd4db09dde380d3a9c218dedeae9d99c33e28254224ce_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:11984f5258a5fdda664b6bf348944dfee541462ec28963763574d3b2edc5cb40_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:58a2803b918cd6eb542973729428557b3dfa4e00e098c1732cba238862324edc_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-rhel8-operator@sha256:7c84102c2124b70789c2b2e26f4a52d23598ec8b6557534036035055770d4051_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:6a9753d5ab4218adbeade340597c15ca76f975aa88fa1a004a027885b28d5c2c_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:aaf0ce7b0a9efde2caf77cb807bac644a2eb2dee1874467a708eeae42a88e7ca_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:bbcfba6e087848830b0c2fd25d389dec670fae9f80ebfe24baf6b03d94aa17f8_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a0e4d54f82ed7ba720f6086d6080cdbc3a90e909f259700639a8e529d16fd9d1_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2897f799497e4437c237c8f90f11e591296abdd36e35f5d5b44e7e3de0bab19_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e7ab820108c23bee9c85839c651776e362d1aca05a41ce4b180ca05ae6544ce8_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3345fb6cd6377732488fbf4e039685787d40f8e0bc0a0a03144edf1abbed876a_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:40976c1d8f10969bc2835cf53bd2fd54e6502ba58f850f64c3c7f1a8324b23fb_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:65bd7e1fdfe01b4fec40204a06a71ff37edac86308354161fc78e99899026c1d_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:10e30c1ae5a0f56c836f03d21d9025bfdb79db9a44636d294c72cff2b58c96a6_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:268063a9b8bd80f19966ffc4ee6cc5c60a35ea399c8788c8bdfd629bb06a0105_ppc64le",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-rhel8@sha256:b887dfc9f1ad24d77250c67cc18e1eaea51b51afe0c641af04d9e884dedc442b_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1bb1e02d6c11fd13a10731c2a22d171315f145d7f94f794b1bfe0f7bc83ec276_s390x",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:33b4345b23c2f289982b24136d4fde0cf59c6cc5f2aeee75f76339bc12a2f144_amd64",
"8Base-RHACS-3.74:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b20c023df6db122db607bc2d92694c22a4f1d9a8e0ca1a72d4adeec086ab5b94_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3905
Vulnerability from csaf_redhat - Published: 2023-06-28 15:42 - 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": "Network Observability 1.3.0 for OpenShift\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": "Network Observability 1.3.0 is an OpenShift operator that provides a monitoring pipeline to collect and enrich network flows that are produced by the Network observability eBPF agent.\n\nThe operator provides dashboards, metrics, and keeps flows accessible in a queryable log store, Grafana Loki. When a FlowCollector is deployed, new dashboards are available in the Console.\n\nThis update contains bug fixes.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3905",
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "NETOBSERV-1003",
"url": "https://issues.redhat.com/browse/NETOBSERV-1003"
},
{
"category": "external",
"summary": "NETOBSERV-1070",
"url": "https://issues.redhat.com/browse/NETOBSERV-1070"
},
{
"category": "external",
"summary": "NETOBSERV-166",
"url": "https://issues.redhat.com/browse/NETOBSERV-166"
},
{
"category": "external",
"summary": "NETOBSERV-391",
"url": "https://issues.redhat.com/browse/NETOBSERV-391"
},
{
"category": "external",
"summary": "NETOBSERV-576",
"url": "https://issues.redhat.com/browse/NETOBSERV-576"
},
{
"category": "external",
"summary": "NETOBSERV-765",
"url": "https://issues.redhat.com/browse/NETOBSERV-765"
},
{
"category": "external",
"summary": "NETOBSERV-773",
"url": "https://issues.redhat.com/browse/NETOBSERV-773"
},
{
"category": "external",
"summary": "NETOBSERV-776",
"url": "https://issues.redhat.com/browse/NETOBSERV-776"
},
{
"category": "external",
"summary": "NETOBSERV-901",
"url": "https://issues.redhat.com/browse/NETOBSERV-901"
},
{
"category": "external",
"summary": "NETOBSERV-934",
"url": "https://issues.redhat.com/browse/NETOBSERV-934"
},
{
"category": "external",
"summary": "NETOBSERV-971",
"url": "https://issues.redhat.com/browse/NETOBSERV-971"
},
{
"category": "external",
"summary": "NETOBSERV-972",
"url": "https://issues.redhat.com/browse/NETOBSERV-972"
},
{
"category": "external",
"summary": "NETOBSERV-976",
"url": "https://issues.redhat.com/browse/NETOBSERV-976"
},
{
"category": "external",
"summary": "NETOBSERV-981",
"url": "https://issues.redhat.com/browse/NETOBSERV-981"
},
{
"category": "external",
"summary": "NETOBSERV-984",
"url": "https://issues.redhat.com/browse/NETOBSERV-984"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3905.json"
}
],
"title": "Red Hat Security Advisory: Network observability 1.3.0 for Openshift",
"tracking": {
"current_release_date": "2024-12-17T22:21:54+00:00",
"generator": {
"date": "2024-12-17T22:21:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3905",
"initial_release_date": "2023-06-28T15:42:53+00:00",
"revision_history": [
{
"date": "2023-06-28T15:42:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-28T15:42:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:21:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "NETOBSERV 1.3 for RHEL 9",
"product": {
"name": "NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.3.0::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"product_id": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"product_id": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
}
]
},
"vulnerabilities": [
{
"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": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-28T15:42:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-28T15:42:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-28T15:42:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3415
Vulnerability from csaf_redhat - Published: 2023-05-31 19:38 - 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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes security and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.0.2 includes security fixes for CVE-2023-24540, CVE-2023-24539 and CVE-2023-29400 by building RHACS with updated Golang builder. If you are using an earlier version of RHACS 4.0, you are advised to upgrade to this patch release 4.0.2.\n\nSecurity Issue(s) fixed:\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3415",
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/4.0/release_notes/40-release-notes.html",
"url": "https://docs.openshift.com/acs/4.0/release_notes/40-release-notes.html"
},
{
"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": "ROX-17407",
"url": "https://issues.redhat.com/browse/ROX-17407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3415.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.0 enhancement and security update",
"tracking": {
"current_release_date": "2024-12-17T22:20:03+00:00",
"generator": {
"date": "2024-12-17T22:20:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3415",
"initial_release_date": "2023-05-31T19:38:11+00:00",
"revision_history": [
{
"date": "2023-05-31T19:38:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-31T19:38:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.0 for RHEL 8",
"product": {
"name": "RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.0::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:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.0.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.0.2-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.0.2-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.0.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.0.2-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.0.2-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.0.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.0.2-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.0.2-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
}
]
},
"vulnerabilities": [
{
"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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-05-31T19:38: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": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"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.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-05-31T19:38: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": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"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.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-05-31T19:38: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": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"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.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3905
Vulnerability from csaf_redhat - Published: 2023-06-28 15:42 - 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": "Network Observability 1.3.0 for OpenShift\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": "Network Observability 1.3.0 is an OpenShift operator that provides a monitoring pipeline to collect and enrich network flows that are produced by the Network observability eBPF agent.\n\nThe operator provides dashboards, metrics, and keeps flows accessible in a queryable log store, Grafana Loki. When a FlowCollector is deployed, new dashboards are available in the Console.\n\nThis update contains bug fixes.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3905",
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "NETOBSERV-1003",
"url": "https://issues.redhat.com/browse/NETOBSERV-1003"
},
{
"category": "external",
"summary": "NETOBSERV-1070",
"url": "https://issues.redhat.com/browse/NETOBSERV-1070"
},
{
"category": "external",
"summary": "NETOBSERV-166",
"url": "https://issues.redhat.com/browse/NETOBSERV-166"
},
{
"category": "external",
"summary": "NETOBSERV-391",
"url": "https://issues.redhat.com/browse/NETOBSERV-391"
},
{
"category": "external",
"summary": "NETOBSERV-576",
"url": "https://issues.redhat.com/browse/NETOBSERV-576"
},
{
"category": "external",
"summary": "NETOBSERV-765",
"url": "https://issues.redhat.com/browse/NETOBSERV-765"
},
{
"category": "external",
"summary": "NETOBSERV-773",
"url": "https://issues.redhat.com/browse/NETOBSERV-773"
},
{
"category": "external",
"summary": "NETOBSERV-776",
"url": "https://issues.redhat.com/browse/NETOBSERV-776"
},
{
"category": "external",
"summary": "NETOBSERV-901",
"url": "https://issues.redhat.com/browse/NETOBSERV-901"
},
{
"category": "external",
"summary": "NETOBSERV-934",
"url": "https://issues.redhat.com/browse/NETOBSERV-934"
},
{
"category": "external",
"summary": "NETOBSERV-971",
"url": "https://issues.redhat.com/browse/NETOBSERV-971"
},
{
"category": "external",
"summary": "NETOBSERV-972",
"url": "https://issues.redhat.com/browse/NETOBSERV-972"
},
{
"category": "external",
"summary": "NETOBSERV-976",
"url": "https://issues.redhat.com/browse/NETOBSERV-976"
},
{
"category": "external",
"summary": "NETOBSERV-981",
"url": "https://issues.redhat.com/browse/NETOBSERV-981"
},
{
"category": "external",
"summary": "NETOBSERV-984",
"url": "https://issues.redhat.com/browse/NETOBSERV-984"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3905.json"
}
],
"title": "Red Hat Security Advisory: Network observability 1.3.0 for Openshift",
"tracking": {
"current_release_date": "2025-11-25T10:12:39+00:00",
"generator": {
"date": "2025-11-25T10:12:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3905",
"initial_release_date": "2023-06-28T15:42:53+00:00",
"revision_history": [
{
"date": "2023-06-28T15:42:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-28T15:42:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:12:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "NETOBSERV 1.3 for RHEL 9",
"product": {
"name": "NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.3.0::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"product_id": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.3.0-53"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"product_id": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.3.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.3.0-53"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64 as a component of NETOBSERV 1.3 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.3.0"
}
]
},
"vulnerabilities": [
{
"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": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-28T15:42:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-28T15:42:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_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-28T15:42:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_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-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:37a3f439c5a55366727163512a1eccbb7962dbc086d8a79287b7476207d212dc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:da2ef6762243a73fbb67cf3b5d70194e69c1d10bcac02e59caedea03061e4577_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:df7740057c2c606ba8480ea52bd633f20959a458d533a9a3210c4a13e475ca21_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-console-plugin-rhel9@sha256:f3ecfcc041d2c01287f437125df492a7781f9094850513170ebcd54c94737103_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:47801e613c40d0a07f22d3aea6f95708f512acbf09e4c30b683dba7dfea53e9f_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:589f15ee6f2d80e7d4e9e28fc63ca7e5d56f5a388634ce276dc57f4e27a0a89b_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:7e340285995d87c203cf9125dba0ec9c6fbce7eca90e9979e1f81611eae0f736_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d40cf50e30d0f475dad272520f332ee437b35b6ca4b786513e73a930e3a88eab_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:23e28210806e49df576c16d1e599e8a0ed5dea19154f1c5baf9add9fa2d2833c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:bacfb687cad8a421e7d1c6743c16ce1296af9bee1a845d7cf337deba3df809da_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c096d0c061cc92ec7db12111cd95117960c970a10043a4c77b0c0506a23f2d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c45986d378f644b5824b03c29ce6033de81219603446121fee0833e5158a702e_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:22a408f5b24c1ca916a80f15cfe3cb9059a3dc5677d297c7386c00cb751be487_arm64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:5dbc838683ee0b38a6aa6829ef98d64dcff1be89f58ac2a57ed5dce03ed3713b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:80788b01b0a853ca8dde3b7351f5af8b7622453616f2ee4a4cb064f65bebaa60_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-operator-bundle@sha256:b03f4e88ab1fed4744356a584d673fb2fdb15de7e1de7786bdd222b853690670_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:38b57c0ea502708bdc49fb47fb9c50bbc93ddb22b941160e4a1cac0f2afc6856_amd64",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:414cd50dc5e204226eb32b21da876aad3edba2c7b5a8a935e8e275773e63d56a_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:4c485468c25f82c49c68b4b7a489c636f834b09f0c52debfd6311a54b0366505_s390x",
"9Base-NETWORK-OBSERVABILITY-1.3.0:network-observability/network-observability-rhel9-operator@sha256:a06a3a4a5604d0e2bad7eaa63b98a12acc86ddbb2e9cbf3470fd5157a02f7bf1_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3415
Vulnerability from csaf_redhat - Published: 2023-05-31 19:38 - 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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes security and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.0.2 includes security fixes for CVE-2023-24540, CVE-2023-24539 and CVE-2023-29400 by building RHACS with updated Golang builder. If you are using an earlier version of RHACS 4.0, you are advised to upgrade to this patch release 4.0.2.\n\nSecurity Issue(s) fixed:\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3415",
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/4.0/release_notes/40-release-notes.html",
"url": "https://docs.openshift.com/acs/4.0/release_notes/40-release-notes.html"
},
{
"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": "ROX-17407",
"url": "https://issues.redhat.com/browse/ROX-17407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3415.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.0 enhancement and 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:3415",
"initial_release_date": "2023-05-31T19:38:11+00:00",
"revision_history": [
{
"date": "2023-05-31T19:38:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-31T19:38:11+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": "RHACS 4.0 for RHEL 8",
"product": {
"name": "RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.0::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:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.0.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.0.2-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.0.2-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.0.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.0.2-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.0.2-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.0.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.0.2-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.0.2-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.0.2-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64 as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"relates_to_product_reference": "8Base-RHACS-4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le as a component of RHACS 4.0 for RHEL 8",
"product_id": "8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.0"
}
]
},
"vulnerabilities": [
{
"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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-05-31T19:38: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": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"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.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-05-31T19:38: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": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"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.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-05-31T19:38: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": [
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"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.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_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-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:565a01da99320c02437b0bbdaffa35bc8036f09acfcb11410c8222df2a9ac0f2_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9b03aca946f78e31e1a4e0536ac5c5871df33ce1d73bde19e62f12513e1e9bfe_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ec389417464ad3fc8d729a1c9b73d7be39949bb7996719b03203b2cc78413376_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:14e0072862fd56196b719a1587bf54e525b7f19f6790c9009ec23dcf9a04d1a9_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:4add4b0542fc1434a8d11a785ca57244f549a4eacf492ef728193e2f63143159_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-rhel8@sha256:d67c6b1abce362da0b158c4fafb6bae1ca5070ac32ebfc9aa16be475ba223690_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:21fb603cbe41821c395b20adf95321b03a93a9eddfaa82f6abd87d181a974c39_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:64a11074a4333a50079ac98cf842c2feaa4226d5f964c171a342d252f42e4438_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:bb2e8930ec4ab4655e79a71b0ff2fbe393599cc93c01505f940f4377a7e59883_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:0efd32861819fac6fcdb611070c30efbbce1d34eaa975c48f793fd7b260d822c_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:382978f67464db840edabc8f33ec517d006712aa4b71f118fcf0dea6edaee313_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-main-rhel8@sha256:93d9310d3e4960e3b9028310b02baa0ce31ab26b1f2579a91951140ef7dcfeff_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:40407c0e28258f463e0e50c2e5d00570e2558c7b34da6c9cb44939c2dd7efba9_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:5d72b09f497d323a6e22931941efe2c3c45bd7018e84ca3e2062f1f890624e9b_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-operator-bundle@sha256:7e08088dc72f668b36f67b18c2ec2cbdb621d547f00699b3fb8d6de0ccbaec57_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:0fbd642c16e0b4e60294c288cc2e69f54bab0fff2c02556272e2f7b076cff6a8_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:44cfa2761d81d4252299f136c244a7c80c674465d718a38d11e0422e3c5414a5_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-rhel8-operator@sha256:a32d3561c4c42fe4787857b4c5743d892323c947c1f0b34ce03d3f4dd383a2f4_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2dacc084a16471146386295bbb717aa3bf7c6f0cdd1c481fea08ec7795e04731_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:3076a8bca874bda3105218f6572ce745e8d820ad1088ecc22982efcd2f3945b7_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:feabb4aa3cd69446f4a85723d63e17db484f07c73f2f02a6562b9cc0558e3e1e_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:172e8395fd0a6515bda05645536fa9f84d80c11c3ab85643d2910db60faf40d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:728048a303c69ac524c4738808755f4cbd1a391bcbce052f9d777e97942f5959_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f6f5c1b86e199af5beaf1820c298f21fddab68cd6adb401d674a4e1724ec457f_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:bee2c0243285c9197bdeea46a00cc15867bb439e7c2dc830e3b1501d0c87e5e3_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c4838ac12d5c6d5305d118c98ca008c47b32d5325dedb98c40b5e2a294de94d6_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:dbbfc35b869db36a8075e4476fc80d3e5020dd335618e76998c47f6501dd97cc_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:04239174dd2fcf854f3ce65b313f114e39b556ddb92e2a5a3fe807e9d315af95_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:28dda88671e98ef6c88c3bb3989021fc3650247c10514794de678f0f3822cede_ppc64le",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dc2bcdfa399edb9855c77f5e9f4c6baeae162234fbf136a129ff60fc1805927a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3e7c648bbd6b1a1afe10fd3f55de41d43a3ce7f03035e7816f232db54042e65a_amd64",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4fe44befb2fbf3e945de83ae9b5a39d85627d62e986abc9a8134a2c108e8eb08_s390x",
"8Base-RHACS-4.0:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:58dc77ff1b7cc048003e8eb6fe0ec7a7e0997de5befcbcfcf30b779fb3680e91_ppc64le"
]
}
],
"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: 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: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:6832
Vulnerability from csaf_redhat - Published: 2023-11-08 18:49 - Updated: 2025-12-05 06: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": "Updated packages that include numerous enhancements and bug fixes are now available for Red Hat OpenShift Data Foundation 4.14.0 on 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": "Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Container Platform. Red Hat OpenShift Data Foundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multicloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\nA Red Hat Security Bulletin which addresses further details about the Rapid Reset flaw is available in the References section.\n\n* lapack: Out-of-bounds read in *larrv (CVE-2021-4048)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration (CVE-2023-3462)\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: 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* goproxy: Denial of service (DoS) via unspecified vectors (CVE-2023-37788)\n\n* hashicorp: html injection into web ui (CVE-2023-2121)\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-39325)\n\n* hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets (CVE-2023-5077)\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\nThese updated packages include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.14/html/4.14_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these packages that provide these bug fixes and enhancements.",
"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:6832",
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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": "1970939",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1970939"
},
{
"category": "external",
"summary": "1982721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1982721"
},
{
"category": "external",
"summary": "2023189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023189"
},
{
"category": "external",
"summary": "2024358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024358"
},
{
"category": "external",
"summary": "2067095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067095"
},
{
"category": "external",
"summary": "2079232",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079232"
},
{
"category": "external",
"summary": "2104207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104207"
},
{
"category": "external",
"summary": "2104254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104254"
},
{
"category": "external",
"summary": "2121514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121514"
},
{
"category": "external",
"summary": "2122521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122521"
},
{
"category": "external",
"summary": "2134040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134040"
},
{
"category": "external",
"summary": "2134115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134115"
},
{
"category": "external",
"summary": "2138855",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138855"
},
{
"category": "external",
"summary": "2142462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142462"
},
{
"category": "external",
"summary": "2150752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150752"
},
{
"category": "external",
"summary": "2150996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150996"
},
{
"category": "external",
"summary": "2154351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154351"
},
{
"category": "external",
"summary": "2158773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158773"
},
{
"category": "external",
"summary": "2160034",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160034"
},
{
"category": "external",
"summary": "2165941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165941"
},
{
"category": "external",
"summary": "2166354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166354"
},
{
"category": "external",
"summary": "2169499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169499"
},
{
"category": "external",
"summary": "2172624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172624"
},
{
"category": "external",
"summary": "2175201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175201"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2179348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179348"
},
{
"category": "external",
"summary": "2180329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180329"
},
{
"category": "external",
"summary": "2182351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182351"
},
{
"category": "external",
"summary": "2183092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183092"
},
{
"category": "external",
"summary": "2183444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183444"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184647"
},
{
"category": "external",
"summary": "2185042",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185042"
},
{
"category": "external",
"summary": "2189866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189866"
},
{
"category": "external",
"summary": "2190382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190382"
},
{
"category": "external",
"summary": "2192852",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192852"
},
{
"category": "external",
"summary": "2193109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193109"
},
{
"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": "2207918",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2207918"
},
{
"category": "external",
"summary": "2208563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208563"
},
{
"category": "external",
"summary": "2209251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209251"
},
{
"category": "external",
"summary": "2209258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209258"
},
{
"category": "external",
"summary": "2209288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209288"
},
{
"category": "external",
"summary": "2210047",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210047"
},
{
"category": "external",
"summary": "2210289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210289"
},
{
"category": "external",
"summary": "2211362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211362"
},
{
"category": "external",
"summary": "2211482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211482"
},
{
"category": "external",
"summary": "2211491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211491"
},
{
"category": "external",
"summary": "2211564",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211564"
},
{
"category": "external",
"summary": "2211643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211643"
},
{
"category": "external",
"summary": "2211807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211807"
},
{
"category": "external",
"summary": "2211866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211866"
},
{
"category": "external",
"summary": "2212773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212773"
},
{
"category": "external",
"summary": "2212931",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212931"
},
{
"category": "external",
"summary": "2213085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213085"
},
{
"category": "external",
"summary": "2213118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213118"
},
{
"category": "external",
"summary": "2213183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213183"
},
{
"category": "external",
"summary": "2213550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213550"
},
{
"category": "external",
"summary": "2213552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213552"
},
{
"category": "external",
"summary": "2214023",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214023"
},
{
"category": "external",
"summary": "2214033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214033"
},
{
"category": "external",
"summary": "2214237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214237"
},
{
"category": "external",
"summary": "2214288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214288"
},
{
"category": "external",
"summary": "2214838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214838"
},
{
"category": "external",
"summary": "2215239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215239"
},
{
"category": "external",
"summary": "2215917",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215917"
},
{
"category": "external",
"summary": "2216707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216707"
},
{
"category": "external",
"summary": "2217887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217887"
},
{
"category": "external",
"summary": "2217904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217904"
},
{
"category": "external",
"summary": "2218116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218116"
},
{
"category": "external",
"summary": "2218190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218190"
},
{
"category": "external",
"summary": "2218309",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218309"
},
{
"category": "external",
"summary": "2218492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218492"
},
{
"category": "external",
"summary": "2218593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218593"
},
{
"category": "external",
"summary": "2219136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219136"
},
{
"category": "external",
"summary": "2219355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219355"
},
{
"category": "external",
"summary": "2219395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219395"
},
{
"category": "external",
"summary": "2219436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219436"
},
{
"category": "external",
"summary": "2219797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219797"
},
{
"category": "external",
"summary": "2219843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219843"
},
{
"category": "external",
"summary": "2221473",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221473"
},
{
"category": "external",
"summary": "2221488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221488"
},
{
"category": "external",
"summary": "2221638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221638"
},
{
"category": "external",
"summary": "2221995",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221995"
},
{
"category": "external",
"summary": "2222022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222022"
},
{
"category": "external",
"summary": "2222887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222887"
},
{
"category": "external",
"summary": "2223553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223553"
},
{
"category": "external",
"summary": "2223575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223575"
},
{
"category": "external",
"summary": "2223690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223690"
},
{
"category": "external",
"summary": "2223692",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223692"
},
{
"category": "external",
"summary": "2223702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223702"
},
{
"category": "external",
"summary": "2223705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223705"
},
{
"category": "external",
"summary": "2223706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223706"
},
{
"category": "external",
"summary": "2223976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223976"
},
{
"category": "external",
"summary": "2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "2224325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224325"
},
{
"category": "external",
"summary": "2224493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224493"
},
{
"category": "external",
"summary": "2225176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225176"
},
{
"category": "external",
"summary": "2225223",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225223"
},
{
"category": "external",
"summary": "2225685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225685"
},
{
"category": "external",
"summary": "2226647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2226647"
},
{
"category": "external",
"summary": "2227017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227017"
},
{
"category": "external",
"summary": "2227607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227607"
},
{
"category": "external",
"summary": "2227835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227835"
},
{
"category": "external",
"summary": "2228020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228020"
},
{
"category": "external",
"summary": "2228108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228108"
},
{
"category": "external",
"summary": "2228319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228319"
},
{
"category": "external",
"summary": "2228375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228375"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2228805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228805"
},
{
"category": "external",
"summary": "2228816",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228816"
},
{
"category": "external",
"summary": "2230050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230050"
},
{
"category": "external",
"summary": "2230334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230334"
},
{
"category": "external",
"summary": "2230447",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230447"
},
{
"category": "external",
"summary": "2231074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231074"
},
{
"category": "external",
"summary": "2231116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231116"
},
{
"category": "external",
"summary": "2231124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231124"
},
{
"category": "external",
"summary": "2231709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231709"
},
{
"category": "external",
"summary": "2231838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231838"
},
{
"category": "external",
"summary": "2232464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232464"
},
{
"category": "external",
"summary": "2232502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232502"
},
{
"category": "external",
"summary": "2232552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232552"
},
{
"category": "external",
"summary": "2232608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232608"
},
{
"category": "external",
"summary": "2233027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233027"
},
{
"category": "external",
"summary": "2233036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233036"
},
{
"category": "external",
"summary": "2233410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233410"
},
{
"category": "external",
"summary": "2233445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233445"
},
{
"category": "external",
"summary": "2233727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233727"
},
{
"category": "external",
"summary": "2233731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233731"
},
{
"category": "external",
"summary": "2234357",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234357"
},
{
"category": "external",
"summary": "2234386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234386"
},
{
"category": "external",
"summary": "2234428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234428"
},
{
"category": "external",
"summary": "2234735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234735"
},
{
"category": "external",
"summary": "2234759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234759"
},
{
"category": "external",
"summary": "2235245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235245"
},
{
"category": "external",
"summary": "2235395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235395"
},
{
"category": "external",
"summary": "2235423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235423"
},
{
"category": "external",
"summary": "2235708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235708"
},
{
"category": "external",
"summary": "2236387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236387"
},
{
"category": "external",
"summary": "2236436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236436"
},
{
"category": "external",
"summary": "2236444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236444"
},
{
"category": "external",
"summary": "2236445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236445"
},
{
"category": "external",
"summary": "2237213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237213"
},
{
"category": "external",
"summary": "2237226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237226"
},
{
"category": "external",
"summary": "2238400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238400"
},
{
"category": "external",
"summary": "2238682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238682"
},
{
"category": "external",
"summary": "2238720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238720"
},
{
"category": "external",
"summary": "2238895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238895"
},
{
"category": "external",
"summary": "2239033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239033"
},
{
"category": "external",
"summary": "2239093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239093"
},
{
"category": "external",
"summary": "2239096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239096"
},
{
"category": "external",
"summary": "2239101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239101"
},
{
"category": "external",
"summary": "2239140",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239140"
},
{
"category": "external",
"summary": "2239580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239580"
},
{
"category": "external",
"summary": "2239589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239589"
},
{
"category": "external",
"summary": "2239622",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239622"
},
{
"category": "external",
"summary": "2239776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239776"
},
{
"category": "external",
"summary": "2239802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239802"
},
{
"category": "external",
"summary": "2240778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240778"
},
{
"category": "external",
"summary": "2241015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241015"
},
{
"category": "external",
"summary": "2241185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241185"
},
{
"category": "external",
"summary": "2241980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241980"
},
{
"category": "external",
"summary": "2242121",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242121"
},
{
"category": "external",
"summary": "2242374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242374"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2242854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242854"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2244383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244383"
},
{
"category": "external",
"summary": "2244517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244517"
},
{
"category": "external",
"summary": "2244566",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244566"
},
{
"category": "external",
"summary": "2244638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244638"
},
{
"category": "external",
"summary": "2244791",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244791"
},
{
"category": "external",
"summary": "2244793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244793"
},
{
"category": "external",
"summary": "2245978",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245978"
},
{
"category": "external",
"summary": "2246185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246185"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6832.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2025-12-05T06:21:52+00:00",
"generator": {
"date": "2025-12-05T06:21:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:6832",
"initial_release_date": "2023-11-08T18:49:17+00:00",
"revision_history": [
{
"date": "2023-11-08T18:49:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-08T18:49:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-05T06:21:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.14 for RHEL 9",
"product": {
"name": "RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product_id": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product_id": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product_id": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product_id": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4048",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2021-11-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024358"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds read flaw was found in the CLARRV, DLARRV, SLARRV, and ZLARRV functions in lapack and OpenBLAS. A specially crafted input passed to these functions could cause an application using lapack to crash or possibly disclose portions of its memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lapack: Out-of-bounds read in *larrv",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4048"
},
{
"category": "external",
"summary": "RHBZ#2024358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4048"
}
],
"release_date": "2021-09-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "lapack: Out-of-bounds read in *larrv"
},
{
"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-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2023-2121",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-06-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2214237"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise, where they are vulnerable to Cross-site scripting caused by improper validation of user-supplied input by the key-value v2 (kv-v2) diff viewer. A remote, authenticated attacker can inject malicious script into a Web page which would be executed in a victim\u0027s Web browser within the security context of the hosting Web site once the page is viewed. This flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp: html injection into web ui",
"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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2121"
},
{
"category": "external",
"summary": "RHBZ#2214237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2121"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814"
}
],
"release_date": "2023-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp: html injection into web ui"
},
{
"cve": "CVE-2023-3462",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"discovery_date": "2023-08-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228020"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HashiCorp Vault. The Vault and Vault Enterprise (\u201cVault\u201d) LDAP auth method allows unauthenticated users to potentially enumerate valid accounts in the configured LDAP system by observing the response error when querying usernames.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration",
"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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3462"
},
{
"category": "external",
"summary": "RHBZ#2228020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3462"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3462",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3462"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-24-vaults-ldap-auth-method-allows-for-user-enumeration/56714",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-24-vaults-ldap-auth-method-allows-for-user-enumeration/56714"
}
],
"release_date": "2023-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration"
},
{
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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": [
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-5077",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2023-10-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2241980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise. This issue could allow a remote authenticated attacker to bypass security restrictions, due to a flaw in the Google Cloud secrets engine when creating or updating rolesets. By sending a specially crafted request, an attacker could exploit this vulnerability to bypass the IAM policy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets",
"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-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-5077"
},
{
"category": "external",
"summary": "RHBZ#2241980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-5077",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5077"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5077",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5077"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-30-vault-s-google-cloud-secrets-engine-removed-existing-iam-conditions-when-creating-updating-rolesets/58654/1",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-30-vault-s-google-cloud-secrets-engine-removed-existing-iam-conditions-when-creating-updating-rolesets/58654/1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-86c6-3g63-5w64",
"url": "https://github.com/advisories/GHSA-86c6-3g63-5w64"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets"
},
{
"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-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"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": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-37788",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-07-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2224245"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goproxy, which is vulnerable to a denial of service caused by improper input validation. This flaw allows a remote attacker can cause the goproxy server to crash by sending a specially crafted HTTP request to the HTTPS page, replacing the path \"/\" with an asterisk \"*\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goproxy: Denial of service (DoS) via unspecified vectors.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Goproxy is only susceptible to this vulnerability when used in MITM (Man In The Middle) mode. This use case is not relevant to any Red Hat products, so the impact is rated as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37788"
},
{
"category": "external",
"summary": "RHBZ#2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-4r8x-2p26-976p",
"url": "https://github.com/advisories/GHSA-4r8x-2p26-976p"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/issues/502",
"url": "https://github.com/elazarl/goproxy/issues/502"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/pull/507",
"url": "https://github.com/elazarl/goproxy/pull/507"
}
],
"release_date": "2023-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49: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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "goproxy: Denial of service (DoS) via unspecified vectors."
},
{
"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": [
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
]
},
"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-11-08T18:49: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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"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-11-08T18:49: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-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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:4472
Vulnerability from csaf_redhat - Published: 2023-08-03 15:51 - 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": "Red Hat OpenShift Serverless version 1.29.1 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Version 1.29.1 of the OpenShift Serverless Operator is supported on Red Hat OpenShift Container Platform versions 4.10, 4.11, 4.12, and 4.13.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\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 information about CVE-2023-3089, see https://access.redhat.com/security/vulnerabilities/RHSB-2023-001.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgements, 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:4472",
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001"
},
{
"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": "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_4472.json"
}
],
"title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.29.1",
"tracking": {
"current_release_date": "2025-11-25T10:15:01+00:00",
"generator": {
"date": "2025-11-25T10:15:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4472",
"initial_release_date": "2023-08-03T15:51:26+00:00",
"revision_history": [
{
"date": "2023-08-03T15:51:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-03T15:51:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:15:01+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:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"product": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-4"
}
}
}
],
"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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"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:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_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:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_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:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_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:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"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:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_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:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"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:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_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:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_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:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_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:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"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:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_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:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_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:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_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:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_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:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_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:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_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:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_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:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_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:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_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:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_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:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_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:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"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:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_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:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_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:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_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:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"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:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_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:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"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:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_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:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_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:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_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:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"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:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_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:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"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:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_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:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"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:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_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:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_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:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_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:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_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:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_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:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_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:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_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:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"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:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_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:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"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:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_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:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"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:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_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:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_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:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_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:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_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:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_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:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_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:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_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:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_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:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_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:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_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:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_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:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_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:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_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:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_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:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_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:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_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:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_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:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_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:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_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:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_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:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_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:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_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:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_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:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"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:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_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:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_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:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_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:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_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:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_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:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_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:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_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:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_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:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_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:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_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:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_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:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_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:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_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:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_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:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_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:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_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:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_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:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_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:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_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:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64"
},
"product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_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:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_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:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_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:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_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:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_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:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_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:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_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:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_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:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_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:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_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:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_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:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_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:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_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:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_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:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_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:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_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:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_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:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_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:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_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:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_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:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_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:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_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:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_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:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_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:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_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:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_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:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_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:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_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:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
}
]
},
"vulnerabilities": [
{
"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",
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
},
"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-03T15:51:26+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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift: OCP \u0026 FIPS mode"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-03T15:51:26+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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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",
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-03T15:51:26+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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
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-2023:6346
Vulnerability from csaf_redhat - Published: 2023-11-07 09:12 - 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 toolbox 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": "Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.\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: 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: 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:6346",
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165742",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165742"
},
{
"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": "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": "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": "2222789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222789"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6346.json"
}
],
"title": "Red Hat Security Advisory: toolbox security and bug fix update",
"tracking": {
"current_release_date": "2025-12-04T05:09:58+00:00",
"generator": {
"date": "2025-12-04T05:09:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:6346",
"initial_release_date": "2023-11-07T09:12:30+00:00",
"revision_history": [
{
"date": "2023-11-07T09:12:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:12:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:09:58+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": "toolbox-0:0.0.99.4-6.el9_3.src",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.src",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+00:00",
"details": "For details on 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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023_6473
Vulnerability from csaf_redhat - Published: 2023-11-07 08:39 - 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 buildah 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \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: 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:6473",
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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": "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": "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_6473.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2024-12-17T22:27:04+00:00",
"generator": {
"date": "2024-12-17T22:27:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6473",
"initial_release_date": "2023-11-07T08:39:45+00:00",
"revision_history": [
{
"date": "2023-11-07T08:39:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:39:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:27:04+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": "buildah-1:1.31.3-1.el9.src",
"product": {
"name": "buildah-1:1.31.3-1.el9.src",
"product_id": "buildah-1:1.31.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-1:1.31.3-1.el9.s390x",
"product_id": "buildah-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.s390x",
"product_id": "buildah-tests-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src"
},
"product_reference": "buildah-1:1.31.3-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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-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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"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: 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:4293
Vulnerability from csaf_redhat - Published: 2023-07-27 01:13 - 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": "The Migration Toolkit for Containers (MTC) 1.7.11 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\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* golang-github-gin-gonic-gin: Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment function (CVE-2023-29401)\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:4293",
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "2203769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203769"
},
{
"category": "external",
"summary": "2216957",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216957"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4293.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.11 security and bug fix update",
"tracking": {
"current_release_date": "2025-12-03T21:56:30+00:00",
"generator": {
"date": "2025-12-03T21:56:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:4293",
"initial_release_date": "2023-07-27T01:13:57+00:00",
"revision_history": [
{
"date": "2023-07-27T01:13:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-07-27T01:13:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:30+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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.11-1"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.11-1"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.11-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.11-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.11-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.11-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_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:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_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:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_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:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_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:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_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:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"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-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_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-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"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:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-29401",
"cwe": {
"id": "CWE-494",
"name": "Download of Code Without Integrity Check"
},
"discovery_date": "2023-06-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2216957"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Gin-Gonic Gin Web Framework. Affected versions of this package could allow a remote attacker to bypass security restrictions caused by improper input validation by the filename parameter of the Context.FileAttachment function. An attacker can modify the Content-Disposition header by using a specially-crafted attachment file name.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-github-gin-gonic-gin: Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment 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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29401"
},
{
"category": "external",
"summary": "RHBZ#2216957",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216957"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29401"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29401"
}
],
"release_date": "2023-06-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-27T01:13:57+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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:4acee31f69a7073ff74e57a7951a0a6e82d97599fce50ac4efe085fd213910af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:12a30ae012584c98d88bbf5b592c446ef01c99613d2ead6428a7c300379f7bb7_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:d5e4fbece3335736271fd3c397a47b56f486a6bff74828ae3caa1bad71479ea9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:9bb77c878246943764eadc901a3be355b2e209cad4a847fd991edde8f892def8_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:b494d414adaa0f840e5f73fb46a18d8782ce27993f357d0d76f97b0a0869fbdf_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:faa6da69f2c290a593b2a2be7090d6a5f56ea15de6ed1096e4af2b71311d5160_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:e49cdb8a5591edc90a4e2e590848aeca3917c35bd736b442c87dca056526eb9d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:952df168a2a223fc4cb611631ca308633e792d31b20ddeede8ca7be81f875203_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:3698e0abf4745cb21de11f7dd0ca820e18412ba120443f5b1e1fb47ea6f1ab56_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:a9f2b722cac0640c9369652362fb23f36cf871d14f272d5e09ea441992ef44f2_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:9e2c212ac1bf3ee88a71dcd7ee8982277c79d0591f804f1fe74e2d2556e6ac39_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:ed877c9443049533ac997f416275d243886686e541fcecc577f24fa67457e82e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:8c364d88218f882fa2d681af9e380eb9d985adb177e3399e449d09edf0905e51_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:5f99efaa36d71c97e9efba6dbd75484726df26c096de53abe9c10bec0d830162_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:e4d53ac8ae53d83e3796d910cfa2bf0343fddc1363a4c37c93c7027b8148e3c4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:fa11c3717b862d9da0dfa9fb4f4c9d30af55f893ab0573775d1dc19f93352e8e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:a160bac588b1e86544fe73fa2aef24c26f0e7d491200edf8c4508cfcecb18b9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-github-gin-gonic-gin: Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment function"
}
]
}
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_4472
Vulnerability from csaf_redhat - Published: 2023-08-03 15:51 - Updated: 2024-12-17 22:23Notes
{
"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 Serverless version 1.29.1 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Version 1.29.1 of the OpenShift Serverless Operator is supported on Red Hat OpenShift Container Platform versions 4.10, 4.11, 4.12, and 4.13.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\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 information about CVE-2023-3089, see https://access.redhat.com/security/vulnerabilities/RHSB-2023-001.\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgements, 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:4472",
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001"
},
{
"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": "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_4472.json"
}
],
"title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.29.1",
"tracking": {
"current_release_date": "2024-12-17T22:23:17+00:00",
"generator": {
"date": "2024-12-17T22:23:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4472",
"initial_release_date": "2023-08-03T15:51:26+00:00",
"revision_history": [
{
"date": "2023-08-03T15:51:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-03T15:51:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:23:17+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:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"product": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.1-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-4"
}
}
}
],
"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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"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:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_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:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_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:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_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:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"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:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_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:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"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:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_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:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_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:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_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:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"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:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_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:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_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:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_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:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_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:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_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:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_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:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_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:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_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:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_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:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_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:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_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:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"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:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_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:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_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:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_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:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"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:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_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:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"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:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_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:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_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:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_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:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"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:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_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:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"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:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_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:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"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:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_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:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_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:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_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:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_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:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_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:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_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:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_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:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"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:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_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:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"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:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_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:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"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:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_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:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_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:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_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:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_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:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_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:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_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:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_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:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_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:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_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:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_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:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_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:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_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:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_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:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_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:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_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:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_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:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_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:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_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:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_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:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_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:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_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:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_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:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_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:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"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:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_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:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_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:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_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:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_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:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_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:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_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:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_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:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_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:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_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:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_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:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_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:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_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:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_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:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_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:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_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:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_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:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_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:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_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:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_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:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64"
},
"product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_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:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_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:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_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:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_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:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_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:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_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:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_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:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_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:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_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:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_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:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_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:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_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:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_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:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_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:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_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:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_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:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_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:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_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:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_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:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_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:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_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:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_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:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_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:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_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:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_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:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_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:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_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:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_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:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
}
]
},
"vulnerabilities": [
{
"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",
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
},
"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-03T15:51:26+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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift: OCP \u0026 FIPS mode"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-03T15:51:26+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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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",
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-03T15:51:26+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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"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:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:330fadd0c42aa5686afa305adbbb1aaff7adc6c034895c04b354c7202f70ae7f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:549af9316f70dde2ae271e4d2de13098a339bc3dd08e4c432c60c0091cbb4cac_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f6e76d2bdc56aa9fe61651bc060eb439814ed39de8bfaeb553a08d214911bec2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:30f60c00e71f593d9ab4968dbb08b6f7be873913dbd7880829025bfc05e14412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:416962200f7e9c40412734a7ba5bd533523b3b8c4d8bdbe125c2ef037449f5ec_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:8f9ba47649bda71f0f4461efb553f9b1bad447f34b1ce4dc90a7ae4d1dccf5bc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:75156597dbfcfd4b34c6e8eabfe4b634b33d392ec008337b03d529e4210e0460_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:d49558ccceed79886b129d0e3d899ad7942ae2f5ca6d7851bf9ebb2a5aef43f8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:fb5ffb2100281bdbc63102417efdd28f76c327b07c3dbb96bf81e3d2fcca6c8a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:0f3e364f84cfd32e317990093be17421b31968c44f10521eab5e20f76c6eee9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:62955898ee5138e7f5fdda71cc962d12dc98d02a99cce04703c411fe0800ce6d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:d664f01c46bec5d6fb4479e130acf527cec175b57128c8279b56359cb634c7fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:20a17e414ef48c0bc7e24c5d415b7f386638c72112bb9a991cb2051a677115b5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:331ca39e8ecfc315ce6bffc9e57a1ee513fad81fbc792e9b2f5ab6722bbad27d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:d644d8ece94c938087609462a40a2a02e340ecbee1dd622198df9e2088b91302_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9787e104273dc984da252672462f1299cd5b8684e5bbc260149ccfc89ac2a906_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9873d3c295309ac9ba52469a6597a1d2db7c833974d78fba9999586470cd132f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:bf348f140ed66e26638b2faa83ef76873e0440832615bf61a13f104e029d6304_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:03e1d4db4a417eb3dfd6aab53ec82e1a3a61b71ab1de29564783c04505b8af7c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:845a227e506a34ffb10e629ba4bec674f3869f6d8e1d6c1dd7708478cb32fa99_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:c1769c408ae773f0b226fcf6b294f0a56969a8e1cbae647bca14f11f390055bd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:06c446d4067d12cfdbb779ff38d0fdcc1394cf4445131c82de7f9b2632695e31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:2f8521f18acd7bf75486bf88c99e436085858c878b7f85d9881d510a487d909b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:d94d5823e18a56ca067d7e5b715c3c413ef3362be4f3bb78acc8a84c1d6f630a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:066839cb9458d59ebdcdf37a66d9b793c65c4db04300ba4d9de159fa98ef9591_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:2aa958fa305e2558e0fd9208db9e3e7c894b42ed500ffbb352fd37da60d23630_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:d1ab34315ed3e771ddc4239d83f5307e21bc53c66a520d2bb40ffd0d327f9b2e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:8c577c57ef75af592a9489e83a10437c787b24e203aed3a44974ab307d4b7179_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a23c471b9a8ea80549ecc3d0ab87b09c3debffcd578bb4120fe97802b399500c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:eb012a9777a661490f220b945a0598bf663001f5154b642c9f0e2f63938098d2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:1b5993019ad69836db9070e498d22659d98db0b66642085f83a823893525ac05_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:3a4458bb92753e7eca29dd708f700b98f33d0c901f94ab4daca0c3f3d45e1e2a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:4eb8158e78ddf650a68f11af59678203c409ddb4dcc983659ae8f2367d53b71a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:556f0df3c6a28bb7966399e66029b0965355d0e19af3e24fc9cdd00b6841278a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:75e73301eba60759987e957d418b9fa47cce89b5a5c95bd38e8494f30baeb39d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:81fa05bfd5aee15e73f61f1a7a916b3c7ef27688dc5a2f3a96166faf72761c83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:465a302d15709663a21fa99766192116178f38d8ebffe4a33382605e647f4595_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:8937fe69db8460064e4d1916c07966a29cef0c7db3ada9acc0f189fca641c462_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:e6f291c7b20172cfd743b2f27cc9d215869d06deec1b7a8be290598af1641a7b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:5468d587e6daf309ba29b738244da24b01491cadba214614ea07c59b577aa15c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b704b3d11f77877e1f28ff4cc4cb2a9f88e804ae431b6f7fe75b1686b2afc52c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:ba71cbc63b56a2ee2570e497336726245b812bd8a9a1a7f98544818733de63bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:255fc716e75e91a0aaf55efd31da95bcae4ea96921148d44eb9178225c709291_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:866ba4871e9808d1221e2a875288605255740ea0e3899f36e1367ab737e293ab_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:9364d82ce09e5e68e0e7db7a0e6d3f8093f44e5810ebd05a78487f710c99b2b4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:387b98ad69b9199539bdd8890fe5a4588eb1dcf2fddb5feda70723db1956de59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:583ca5a3cc0a6ae1174f46e7c916608dc4dceaa9ef6f2ea1122dbfda7284f48e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5ef479d3f16bbd9096e69a8f8d7654bf15ae1d9cf8f02beb54de042a3cc5ce30_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:012ec5a1a8296aeed1d6ebb5c8c0dc63265ebebe412150b3cb342008bc50d706_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6fadfb70676368fe3f2c32e73744b9a50591a1f219a1bb6162562c1db21132ec_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:cb014dd4c778e9e38758045c5d2fa33978f8c2f5b927b8e7f46189279d4bf0a5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:33d22bbc6ad0fd4ae0d47bd624a2b9a00a1247b6c0ec24ee551d85248b776f2b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:94d855f07678c379e213d86054192c07f041a1cb8e763ea467e247f6443a7430_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:ae7aefd04200fdf8a19a61b61cd61a9091d94911da3274c64b80af9636fec0d4_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:1e62568cc4dd16785dd161fe6492c95804fc0a1872138534650b862f27fa86bc_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8302978d8618fb2e4e0ee8dc8ea936efdb93b69ab5009819ffd8aaece3a2f25f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:c58b7782142f44f760fbbf1561ed273c68c84b72b0f225653817259541647a1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:708f97af308df6fc486410a0e4f233a889458a01800e2b72a28b85a0fa1aa0d2_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:86c76057a2e24df57952ef732651bb7af2cda76d3912a7d798e412c00d982932_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8edb9a99b0bdd1db2375a5c902abb8a6383a252f9820435b199866889dff447d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:086d75117ca094bc600558b2ffc5ccb335840986364b32e537460ff738c4bf5f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8170e9964958a468e3fdab49c156c984be79a6b46ba2e2a3cb15d13e8a1cfaed_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:d1b9679081ecb121179f3775195b5052c57e7d71e35f88ccdae1e39efa0a955b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:588695316d1fad4fda4e71edf6fe78e7022e7a4976c7696b01ade30d75e9ab8d_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:5fdba1817fb3e7c68dafd4f2550d7ddae75534fd4e5069ce2fd1242655f1fc5a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:63ae9e6852eed2c632c1edec0bdd8b801d9992e6c7533b7f7ed8ac4e7260370c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:35f0d77dfb5dc6e97832a01d796d147ee3fe6a7d7507dee12b8775c384577b5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:62daf25428407ef4a41f578d9fd761675570f5633db6ca779abb5630272310e4_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:aab71a8c2601b62fe5f0f209aea54052cc111f0e2d2ecefc10abd33bfdae8f30_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:11ccd334d687017887c2245df0bc331e54eb4cc17bfe1503238cc769918626e1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:4bb7d6fcb76329e5ad8d78dac6678e6cd8a2e96782fa83a6c446c4964e948745_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:8981f3775e142ff4279b921f0cc79a1d942bf693cd058b2bf8b922f5747e8bca_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:16b39335e97bcc7c970a8ba385c61d8333e9912faaee813ccf8520d434b7bb7a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:0290b65cc0d632e2a73297d522aa5e86355cc9787ef75725dc224574e55ec120_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:3a19e1e46b8c68b173e06758b758df44bb6ba6ff1847c3cd73cf388ccfdbafa1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:810862f674218d5156e32fbb0e0680b23d2363b8800757295711750180b8d0a8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:3fdc791ffeefa5fcb6d0dc4071b795b05f4cff890ee279435dfb16a2da0c959f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:bee33f9d55c07b8628172d74cbbe76b6e95c50355c81e583bdaaf47fcda9ea2d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:ec110320b93fd57157ff0beaa7ed5d00983fe168dad5eebcb84968d7a53c41dc_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:730b95037763cda49ecf5ed04330f2cba95a1671bb32e01983d721a4ea0c8192_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:99b0343cc2c702d68e9f5196188b69a3f91ca82d08931568871c85350c660e1c_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bbfbda42384a0b3093d85fb8eed563922b6a13a4a169fe9b8b1934c184ebd1b9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:159d7ab46f23c57cd06bc56638dfae07290d678cd5d8e324509579fb5c0dae73_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:97c2bf35290b2fa16708a99eb5ce775548a74c65078eacbb9d46be55c556d1d9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:a1ef368f97c596a9f6b9fdbecc7e9de217b588dd1d9a2ef2095566bb3d4632e1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7258e32bf858b2df1c0ea6e73668b7b0cac597563819d06344b1eb177c1dac23_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:7ffcc74266740a3fd52438fd8b8de1c82c55877d1f48fc038dbd8f07aa888000_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:8eaab3bee3a89380bfad3dbb26f940738df7765781feefb962f2f39300688c36_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dbb3b33092e4386293419fd3bf771bfb63b2f66a5bbc7457bef9acfc3f3acb9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:dc62be5b10a9404e7b40b68557e060720fe9decf7fc591f047c3910040baff5c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:e55c72398c25207069b8db5d8e3ee01fe083a2e97b5cc915dd1bd131172a80e3_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:040ba8f59af05ccb5acaea0820ae4fd11f3f627fe0946d30af360dcd21f31703_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3fc6f6a4f2429c0e4cce20a14d3db1df88104c7194c2aa22733970176c07f5a5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:9013ed456c23b3ed6b361833bbe3807ba5e55dbabb27dc2a9fb18fabe14ca91f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:41619a6eb488094cadd2f2276bbeb66393da3bf23aff24e884f7e63609c4c6a3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:ac22ac832207de1c5607ab72726f6cf682ef058964eb6400a56141b41556ff39_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:f24b3baab6d834159a7509b5efe43816072d2d4ab0fb7ab11b3fba72c9ff1f36_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:19d7aafabedbba29a44e3db7bb71d76b4817cb9f171d8f88ebfdc34a753f12b2_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3b15bde6fac8385455e397ad74ea01d10a89c567e827798a9d4ad4496e2d75fc_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:a4905ca1b3260b5288697d9cc7fa786b0beb00a154ba442b664a6c93c87804c0_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:4b2cf41d7b49e5cac74a7aab4a8421f77c96c3c1d505904abcd9adfbeb62468a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:ada6d0177ffd68f45d78b4cdda82a3a97df89e8aa51eba65dcda95360ed94e12_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:cb586d24f3fb1d010bd99557a67983075802d288d32764831020f971bf7ac0e4_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:2ba7cefcdc93d3f96d5976c996d187977b2d3c97787ea28cb9a3c3ae3848bdb1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:79939daff20d7ecb751c2b8034446229fbd7af6660850f23de5a8de5dfb36c6b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:ca9fb69060033085b026da6071b657b16312fee5644d52771270b19b97fbffd6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:6473
Vulnerability from csaf_redhat - Published: 2023-11-07 08:39 - 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 buildah 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \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: 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:6473",
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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": "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": "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_6473.json"
}
],
"title": "Red Hat Security Advisory: buildah security 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:6473",
"initial_release_date": "2023-11-07T08:39:45+00:00",
"revision_history": [
{
"date": "2023-11-07T08:39:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:39:45+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": "buildah-1:1.31.3-1.el9.src",
"product": {
"name": "buildah-1:1.31.3-1.el9.src",
"product_id": "buildah-1:1.31.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-1:1.31.3-1.el9.s390x",
"product_id": "buildah-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.s390x",
"product_id": "buildah-tests-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src"
},
"product_reference": "buildah-1:1.31.3-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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-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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.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:39:45+00:00",
"details": "For details on 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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
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_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"
}
]
}
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-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-2023-AVI-0701
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Splunk. 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 | ||
|---|---|---|---|---|
| Splunk | Universal Forwarder | Universal Forwarder versions 9.0.x antérieures à 9.0.6 | ||
| Splunk | N/A | Splunk ITSI versions 4.15.x antérieures à 4.15.3 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 8.2.x antérieures à 8.2.12 | ||
| Splunk | N/A | Splunk Cloud versions antérieures à 9.0.2305.200 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.1.x antérieures à 9.1.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 8.2.x antérieures à 8.2.12 | ||
| Splunk | N/A | Splunk ITSI versions 4.13.x antérieures à 4.13.3 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.1.x antérieures à 9.1.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.0.x antérieures à 9.0.6 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Universal Forwarder versions 9.0.x ant\u00e9rieures \u00e0 9.0.6",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk ITSI versions 4.15.x ant\u00e9rieures \u00e0 4.15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 8.2.x ant\u00e9rieures \u00e0 8.2.12",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud versions ant\u00e9rieures \u00e0 9.0.2305.200",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.1.x ant\u00e9rieures \u00e0 9.1.1",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 8.2.x ant\u00e9rieures \u00e0 8.2.12",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk ITSI versions 4.13.x ant\u00e9rieures \u00e0 4.13.3",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.1.x ant\u00e9rieures \u00e0 9.1.1",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.0.x ant\u00e9rieures \u00e0 9.0.6",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"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-2021-22898",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22898"
},
{
"name": "CVE-2022-40899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40899"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2021-27919",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27919"
},
{
"name": "CVE-2019-20454",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20454"
},
{
"name": "CVE-2021-29425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29425"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2020-8169",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8169"
},
{
"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-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"name": "CVE-2023-4571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4571"
},
{
"name": "CVE-2022-35260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35260"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2022-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27536"
},
{
"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-2020-28851",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28851"
},
{
"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-2020-8285",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8285"
},
{
"name": "CVE-2021-22901",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22901"
},
{
"name": "CVE-2022-27778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27778"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2021-41182",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41182"
},
{
"name": "CVE-2023-40592",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40592"
},
{
"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-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2020-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8286"
},
{
"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-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"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-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2020-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8177"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"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-2021-22924",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22924"
},
{
"name": "CVE-2022-33987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33987"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2023-40596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40596"
},
{
"name": "CVE-2023-40594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40594"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2023-40595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40595"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38561"
},
{
"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-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-2020-8284",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8284"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"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-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1941"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-41184",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41184"
},
{
"name": "CVE-2021-41183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41183"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"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-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-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2022-37601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37601"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2021-23382",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23382"
},
{
"name": "CVE-2023-40597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40597"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"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-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"name": "CVE-2021-22897",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22897"
},
{
"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-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"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-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3803",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3803"
},
{
"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-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2020-29652",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29652"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2022-40023",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40023"
},
{
"name": "CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2020-8231",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8231"
},
{
"name": "CVE-2022-27779",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27779"
},
{
"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-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2021-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23343"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"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-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"name": "CVE-2023-40598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40598"
},
{
"name": "CVE-2013-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7489"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2021-30560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30560"
},
{
"name": "CVE-2023-40593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40593"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2018-20225",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20225"
},
{
"name": "CVE-2021-22890",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22890"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-37599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37599"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2021-29060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29060"
},
{
"name": "CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"name": "CVE-2022-30115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30115"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2021-20066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20066"
},
{
"name": "CVE-2021-22876",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22876"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2020-28469",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28469"
},
{
"name": "CVE-2021-22945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22945"
},
{
"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-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0701",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-08-31T00: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": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Splunk. Certaines\nd\u0027entre elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de\ns\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0\ndistance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Splunk",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0802 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0802"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0804 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0804"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0806 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0806"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0810 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0810"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0807 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0807"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0808 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0808"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0803 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0803"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0801 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0801"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0805 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0805"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0809 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0809"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0811 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0811"
}
]
}
CERTFR-2023-AVI-0500
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans MongoDB. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance et une atteinte à l'intégrité 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| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Le pilote .NET/C# pour MongoDB versions ant\u00e9rieures \u00e0 2.19.0",
"product": {
"name": "N/A",
"vendor": {
"name": "MongoDB",
"scada": false
}
}
},
{
"description": "MongoDB Ops Manager Server versions ant\u00e9rieures \u00e0 6.0.15",
"product": {
"name": "Server",
"vendor": {
"name": "MongoDB",
"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-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-48282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48282"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0500",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-30T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans MongoDB. Elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans MongoDB",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 MongoDB du 15 juin 2023",
"url": "https://www.mongodb.com/docs/ops-manager/current/release-notes/application/#onprem-server-6-0-15"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 MongoDB du 21 juin 2023",
"url": "https://jira.mongodb.org/browse/CSHARP-4475"
}
]
}
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-0701
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Splunk. 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 | ||
|---|---|---|---|---|
| Splunk | Universal Forwarder | Universal Forwarder versions 9.0.x antérieures à 9.0.6 | ||
| Splunk | N/A | Splunk ITSI versions 4.15.x antérieures à 4.15.3 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 8.2.x antérieures à 8.2.12 | ||
| Splunk | N/A | Splunk Cloud versions antérieures à 9.0.2305.200 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.1.x antérieures à 9.1.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 8.2.x antérieures à 8.2.12 | ||
| Splunk | N/A | Splunk ITSI versions 4.13.x antérieures à 4.13.3 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.1.x antérieures à 9.1.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.0.x antérieures à 9.0.6 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Universal Forwarder versions 9.0.x ant\u00e9rieures \u00e0 9.0.6",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk ITSI versions 4.15.x ant\u00e9rieures \u00e0 4.15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 8.2.x ant\u00e9rieures \u00e0 8.2.12",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud versions ant\u00e9rieures \u00e0 9.0.2305.200",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.1.x ant\u00e9rieures \u00e0 9.1.1",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 8.2.x ant\u00e9rieures \u00e0 8.2.12",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk ITSI versions 4.13.x ant\u00e9rieures \u00e0 4.13.3",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.1.x ant\u00e9rieures \u00e0 9.1.1",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.0.x ant\u00e9rieures \u00e0 9.0.6",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"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-2021-22898",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22898"
},
{
"name": "CVE-2022-40899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40899"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2021-27919",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27919"
},
{
"name": "CVE-2019-20454",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20454"
},
{
"name": "CVE-2021-29425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29425"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2020-8169",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8169"
},
{
"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-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"name": "CVE-2023-4571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4571"
},
{
"name": "CVE-2022-35260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35260"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2022-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27536"
},
{
"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-2020-28851",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28851"
},
{
"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-2020-8285",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8285"
},
{
"name": "CVE-2021-22901",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22901"
},
{
"name": "CVE-2022-27778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27778"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2021-41182",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41182"
},
{
"name": "CVE-2023-40592",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40592"
},
{
"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-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2020-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8286"
},
{
"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-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"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-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2020-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8177"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"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-2021-22924",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22924"
},
{
"name": "CVE-2022-33987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33987"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2023-40596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40596"
},
{
"name": "CVE-2023-40594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40594"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2023-40595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40595"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38561"
},
{
"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-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-2020-8284",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8284"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"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-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1941"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-41184",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41184"
},
{
"name": "CVE-2021-41183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41183"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"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-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-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2022-37601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37601"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2021-23382",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23382"
},
{
"name": "CVE-2023-40597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40597"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"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-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"name": "CVE-2021-22897",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22897"
},
{
"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-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"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-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3803",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3803"
},
{
"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-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2020-29652",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29652"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2022-40023",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40023"
},
{
"name": "CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2020-8231",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8231"
},
{
"name": "CVE-2022-27779",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27779"
},
{
"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-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2021-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23343"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"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-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"name": "CVE-2023-40598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40598"
},
{
"name": "CVE-2013-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7489"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2021-30560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30560"
},
{
"name": "CVE-2023-40593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40593"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2018-20225",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20225"
},
{
"name": "CVE-2021-22890",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22890"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-37599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37599"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2021-29060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29060"
},
{
"name": "CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"name": "CVE-2022-30115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30115"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2021-20066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20066"
},
{
"name": "CVE-2021-22876",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22876"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2020-28469",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28469"
},
{
"name": "CVE-2021-22945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22945"
},
{
"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-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0701",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-08-31T00: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": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Splunk. Certaines\nd\u0027entre elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de\ns\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0\ndistance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Splunk",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0802 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0802"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0804 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0804"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0806 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0806"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0810 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0810"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0807 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0807"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0808 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0808"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0803 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0803"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0801 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0801"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0805 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0805"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0809 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0809"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0811 du 30 ao\u00fbt 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0811"
}
]
}
CERTFR-2024-AVI-0646
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 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 | ||
|---|---|---|---|---|
| IBM | Storage Protect | Storage Protect Plus Server versions 10.1.x antérieures à 10.1.16.2 | ||
| IBM | WebSphere | WebSphere Application Server Liberty versions antérieures à 24.0.0.5 | ||
| IBM | VIOS | VIOS version 4.1 avec un fichier openssl.base versions antérieures à 3.0.13.1000 | ||
| IBM | WebSphere | WebSphere Application Server versions 8.5.x antérieures à 8.5.5.25 | ||
| IBM | AIX | AIX versions 7.2 et 7.3 avec un fichier openssl.base versions antérieures à 1.1.1.2400 ou 3.0.13.1000 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.0.x antérieures à 9.0.5.20 | ||
| IBM | N/A | Sterling Control Center versions 6.3.0 antérieures à 6.3.0.0 iFix06 | ||
| IBM | N/A | Sterling Control Center versions 6.2.1 antérieures à 6.2.1.0 iFix13 | ||
| IBM | VIOS | VIOS versions 3.1 et 4.1 avec un fichier openssl.base versions antérieures à 1.1.1.2400 ou 3.0.13.1000 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0.x antérieures à 7.5.0 UP9 IF01 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Storage Protect Plus Server versions 10.1.x ant\u00e9rieures \u00e0 10.1.16.2",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 24.0.0.5 ",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS version 4.1 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 3.0.13.1000",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 8.5.x ant\u00e9rieures \u00e0 8.5.5.25",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "AIX versions 7.2 et 7.3 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 1.1.1.2400 ou 3.0.13.1000",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.0.x ant\u00e9rieures \u00e0 9.0.5.20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.3.0 ant\u00e9rieures \u00e0 6.3.0.0 iFix06",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.2.1 ant\u00e9rieures \u00e0 6.2.1.0 iFix13",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS versions 3.1 et 4.1 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 1.1.1.2400 ou 3.0.13.1000",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0.x ant\u00e9rieures \u00e0 7.5.0 UP9 IF01",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"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-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26934"
},
{
"name": "CVE-2023-52477",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52477"
},
{
"name": "CVE-2024-27059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27059"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"name": "CVE-2024-26897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26897"
},
{
"name": "CVE-2021-47055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47055"
},
{
"name": "CVE-2024-35154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35154"
},
{
"name": "CVE-2020-36777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36777"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-25744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25744"
},
{
"name": "CVE-2024-26973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26973"
},
{
"name": "CVE-2021-47185",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47185"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2024-26964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26964"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2019-25162",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25162"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"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-2024-29415",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29415"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-26615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26615"
},
{
"name": "CVE-2024-26643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26643"
},
{
"name": "CVE-2024-26779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26779"
},
{
"name": "CVE-2024-25026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25026"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-24806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24806"
},
{
"name": "CVE-2024-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23307"
},
{
"name": "CVE-2023-52528",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52528"
},
{
"name": "CVE-2024-27048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27048"
},
{
"name": "CVE-2021-47013",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47013"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2024-26593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26593"
},
{
"name": "CVE-2023-39320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39320"
},
{
"name": "CVE-2022-48627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48627"
},
{
"name": "CVE-2021-47171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47171"
},
{
"name": "CVE-2024-26743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26743"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2021-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47118"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-22329",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22329"
},
{
"name": "CVE-2019-20372",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20372"
},
{
"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-2024-32487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32487"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2024-26642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26642"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2021-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47153"
},
{
"name": "CVE-2023-52439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52439"
},
{
"name": "CVE-2024-26610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26610"
},
{
"name": "CVE-2024-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2357"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-26919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26919"
},
{
"name": "CVE-2023-52445",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52445"
},
{
"name": "CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2024-26892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26892"
},
{
"name": "CVE-2023-52578",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52578"
},
{
"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-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38096"
},
{
"name": "CVE-2021-46934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46934"
},
{
"name": "CVE-2023-52598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52598"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-26659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26659"
},
{
"name": "CVE-2024-26933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26933"
},
{
"name": "CVE-2023-46604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46604"
},
{
"name": "CVE-2023-52594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52594"
},
{
"name": "CVE-2024-26693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26693"
},
{
"name": "CVE-2023-52595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52595"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-48624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48624"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-52513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52513"
},
{
"name": "CVE-2023-52610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52610"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"name": "CVE-2023-52606",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52606"
},
{
"name": "CVE-2023-6546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6546"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2024-26872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26872"
},
{
"name": "CVE-2024-26901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26901"
},
{
"name": "CVE-2024-1086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1086"
},
{
"name": "CVE-2024-0565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0565"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"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-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0340"
},
{
"name": "CVE-2024-26744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26744"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2022-48669",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48669"
},
{
"name": "CVE-2023-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52565"
},
{
"name": "CVE-2023-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52520"
},
{
"name": "CVE-2024-26694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26694"
},
{
"name": "CVE-2024-26664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26664"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2023-52607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52607"
},
{
"name": "CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"name": "CVE-2023-6931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6931"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0646",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-08-02T00: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 les produits IBM. 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 IBM",
"vendor_advisories": [
{
"published_at": "2024-07-29",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161679",
"url": "https://www.ibm.com/support/pages/node/7161679"
},
{
"published_at": "2024-07-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161667",
"url": "https://www.ibm.com/support/pages/node/7161667"
},
{
"published_at": "2024-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161954",
"url": "https://www.ibm.com/support/pages/node/7161954"
},
{
"published_at": "2024-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7162032",
"url": "https://www.ibm.com/support/pages/node/7162032"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7160144",
"url": "https://www.ibm.com/support/pages/node/7160144"
},
{
"published_at": "2024-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7162077",
"url": "https://www.ibm.com/support/pages/node/7162077"
}
]
}
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-0500
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans MongoDB. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance et une atteinte à l'intégrité 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| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Le pilote .NET/C# pour MongoDB versions ant\u00e9rieures \u00e0 2.19.0",
"product": {
"name": "N/A",
"vendor": {
"name": "MongoDB",
"scada": false
}
}
},
{
"description": "MongoDB Ops Manager Server versions ant\u00e9rieures \u00e0 6.0.15",
"product": {
"name": "Server",
"vendor": {
"name": "MongoDB",
"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-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-48282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48282"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0500",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-30T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans MongoDB. Elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans MongoDB",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 MongoDB du 15 juin 2023",
"url": "https://www.mongodb.com/docs/ops-manager/current/release-notes/application/#onprem-server-6-0-15"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 MongoDB du 21 juin 2023",
"url": "https://jira.mongodb.org/browse/CSHARP-4475"
}
]
}
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-2024-AVI-0646
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 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 | ||
|---|---|---|---|---|
| IBM | Storage Protect | Storage Protect Plus Server versions 10.1.x antérieures à 10.1.16.2 | ||
| IBM | WebSphere | WebSphere Application Server Liberty versions antérieures à 24.0.0.5 | ||
| IBM | VIOS | VIOS version 4.1 avec un fichier openssl.base versions antérieures à 3.0.13.1000 | ||
| IBM | WebSphere | WebSphere Application Server versions 8.5.x antérieures à 8.5.5.25 | ||
| IBM | AIX | AIX versions 7.2 et 7.3 avec un fichier openssl.base versions antérieures à 1.1.1.2400 ou 3.0.13.1000 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.0.x antérieures à 9.0.5.20 | ||
| IBM | N/A | Sterling Control Center versions 6.3.0 antérieures à 6.3.0.0 iFix06 | ||
| IBM | N/A | Sterling Control Center versions 6.2.1 antérieures à 6.2.1.0 iFix13 | ||
| IBM | VIOS | VIOS versions 3.1 et 4.1 avec un fichier openssl.base versions antérieures à 1.1.1.2400 ou 3.0.13.1000 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0.x antérieures à 7.5.0 UP9 IF01 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Storage Protect Plus Server versions 10.1.x ant\u00e9rieures \u00e0 10.1.16.2",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 24.0.0.5 ",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS version 4.1 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 3.0.13.1000",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 8.5.x ant\u00e9rieures \u00e0 8.5.5.25",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "AIX versions 7.2 et 7.3 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 1.1.1.2400 ou 3.0.13.1000",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.0.x ant\u00e9rieures \u00e0 9.0.5.20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.3.0 ant\u00e9rieures \u00e0 6.3.0.0 iFix06",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.2.1 ant\u00e9rieures \u00e0 6.2.1.0 iFix13",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS versions 3.1 et 4.1 avec un fichier openssl.base versions ant\u00e9rieures \u00e0 1.1.1.2400 ou 3.0.13.1000",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0.x ant\u00e9rieures \u00e0 7.5.0 UP9 IF01",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"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-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26934"
},
{
"name": "CVE-2023-52477",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52477"
},
{
"name": "CVE-2024-27059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27059"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"name": "CVE-2024-26897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26897"
},
{
"name": "CVE-2021-47055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47055"
},
{
"name": "CVE-2024-35154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35154"
},
{
"name": "CVE-2020-36777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36777"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-25744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25744"
},
{
"name": "CVE-2024-26973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26973"
},
{
"name": "CVE-2021-47185",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47185"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2024-26964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26964"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2019-25162",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25162"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"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-2024-29415",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29415"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-26615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26615"
},
{
"name": "CVE-2024-26643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26643"
},
{
"name": "CVE-2024-26779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26779"
},
{
"name": "CVE-2024-25026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25026"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-24806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24806"
},
{
"name": "CVE-2024-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23307"
},
{
"name": "CVE-2023-52528",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52528"
},
{
"name": "CVE-2024-27048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27048"
},
{
"name": "CVE-2021-47013",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47013"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2024-26593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26593"
},
{
"name": "CVE-2023-39320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39320"
},
{
"name": "CVE-2022-48627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48627"
},
{
"name": "CVE-2021-47171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47171"
},
{
"name": "CVE-2024-26743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26743"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2021-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47118"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-22329",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22329"
},
{
"name": "CVE-2019-20372",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20372"
},
{
"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-2024-32487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32487"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2024-26642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26642"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2021-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47153"
},
{
"name": "CVE-2023-52439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52439"
},
{
"name": "CVE-2024-26610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26610"
},
{
"name": "CVE-2024-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2357"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-26919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26919"
},
{
"name": "CVE-2023-52445",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52445"
},
{
"name": "CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2024-26892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26892"
},
{
"name": "CVE-2023-52578",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52578"
},
{
"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-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38096"
},
{
"name": "CVE-2021-46934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46934"
},
{
"name": "CVE-2023-52598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52598"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-26659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26659"
},
{
"name": "CVE-2024-26933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26933"
},
{
"name": "CVE-2023-46604",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46604"
},
{
"name": "CVE-2023-52594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52594"
},
{
"name": "CVE-2024-26693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26693"
},
{
"name": "CVE-2023-52595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52595"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-48624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48624"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-52513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52513"
},
{
"name": "CVE-2023-52610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52610"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"name": "CVE-2023-52606",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52606"
},
{
"name": "CVE-2023-6546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6546"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2024-26872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26872"
},
{
"name": "CVE-2024-26901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26901"
},
{
"name": "CVE-2024-1086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1086"
},
{
"name": "CVE-2024-0565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0565"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"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-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0340"
},
{
"name": "CVE-2024-26744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26744"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2022-48669",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48669"
},
{
"name": "CVE-2023-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52565"
},
{
"name": "CVE-2023-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52520"
},
{
"name": "CVE-2024-26694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26694"
},
{
"name": "CVE-2024-26664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26664"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2023-52607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52607"
},
{
"name": "CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"name": "CVE-2023-6931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6931"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0646",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-08-02T00: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 les produits IBM. 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 IBM",
"vendor_advisories": [
{
"published_at": "2024-07-29",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161679",
"url": "https://www.ibm.com/support/pages/node/7161679"
},
{
"published_at": "2024-07-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161667",
"url": "https://www.ibm.com/support/pages/node/7161667"
},
{
"published_at": "2024-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7161954",
"url": "https://www.ibm.com/support/pages/node/7161954"
},
{
"published_at": "2024-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7162032",
"url": "https://www.ibm.com/support/pages/node/7162032"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7160144",
"url": "https://www.ibm.com/support/pages/node/7160144"
},
{
"published_at": "2024-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7162077",
"url": "https://www.ibm.com/support/pages/node/7162077"
}
]
}
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-2023-AVI-0627
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM Spectrum. 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| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Sentinel Anomaly Scan Engine versions 1.1.x ant\u00e9rieures \u00e0 1.1.4.1 sur Linux",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Copy Data Management versions 2.2.x ant\u00e9rieures \u00e0 2.2.20.1 sur Linux",
"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-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2023-28466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28466"
},
{
"name": "CVE-2023-0461",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0461"
},
{
"name": "CVE-2022-3628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3628"
},
{
"name": "CVE-2022-42703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42703"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2022-3567",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3567"
},
{
"name": "CVE-2022-4129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4129"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2021-33655",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33655"
},
{
"name": "CVE-2022-1462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1462"
},
{
"name": "CVE-2022-2663",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2663"
},
{
"name": "CVE-2022-3524",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3524"
},
{
"name": "CVE-2022-3625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3625"
},
{
"name": "CVE-2022-42721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42721"
},
{
"name": "CVE-2023-1195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1195"
},
{
"name": "CVE-2023-2454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2454"
},
{
"name": "CVE-2023-0394",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0394"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-3623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3623"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2023-32233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32233"
},
{
"name": "CVE-2022-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3028"
},
{
"name": "CVE-2022-3566",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3566"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0627",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-08-04T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM Spectrum.\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 IBM Spectrum",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7011323 du 28 juillet 2023",
"url": "https://www.ibm.com/support/pages/node/7011323"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7014493 du 28 juillet 2023",
"url": "https://www.ibm.com/support/pages/node/7014493"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7012459 du 28 juillet 2023",
"url": "https://www.ibm.com/support/pages/node/7012459"
}
]
}
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-2023-AVI-0627
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM Spectrum. 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| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Sentinel Anomaly Scan Engine versions 1.1.x ant\u00e9rieures \u00e0 1.1.4.1 sur Linux",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Copy Data Management versions 2.2.x ant\u00e9rieures \u00e0 2.2.20.1 sur Linux",
"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-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2023-28466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28466"
},
{
"name": "CVE-2023-0461",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0461"
},
{
"name": "CVE-2022-3628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3628"
},
{
"name": "CVE-2022-42703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42703"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2022-3567",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3567"
},
{
"name": "CVE-2022-4129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4129"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2021-33655",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33655"
},
{
"name": "CVE-2022-1462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1462"
},
{
"name": "CVE-2022-2663",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2663"
},
{
"name": "CVE-2022-3524",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3524"
},
{
"name": "CVE-2022-3625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3625"
},
{
"name": "CVE-2022-42721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42721"
},
{
"name": "CVE-2023-1195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1195"
},
{
"name": "CVE-2023-2454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2454"
},
{
"name": "CVE-2023-0394",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0394"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-3623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3623"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2023-32233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32233"
},
{
"name": "CVE-2022-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3028"
},
{
"name": "CVE-2022-3566",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3566"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0627",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-08-04T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM Spectrum.\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 IBM Spectrum",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7011323 du 28 juillet 2023",
"url": "https://www.ibm.com/support/pages/node/7011323"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7014493 du 28 juillet 2023",
"url": "https://www.ibm.com/support/pages/node/7014493"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7012459 du 28 juillet 2023",
"url": "https://www.ibm.com/support/pages/node/7012459"
}
]
}
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"
}
]
}
WID-SEC-W-2023-1167
Vulnerability from csaf_certbund - Published: 2023-05-08 22:00 - Updated: 2024-07-30 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": "Gitea ist ein quelloffener Github-Klon.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in Gitea ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\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-1167 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1167.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1167 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1167"
},
{
"category": "external",
"summary": "Gitea Release 1.19.3 vom 2023-05-08",
"url": "https://blog.gitea.io/2023/05/gitea-1.19.3-is-released/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3318 vom 2023-05-25",
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-3318 vom 2023-05-25",
"url": "https://linux.oracle.com/errata/ELSA-2023-3318.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3319 vom 2023-05-25",
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3323 vom 2023-05-25",
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-3319 vom 2023-05-26",
"url": "http://linux.oracle.com/errata/ELSA-2023-3319.html"
},
{
"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": "Red Hat Security Advisory RHSA-2023:3415 vom 2023-06-01",
"url": "https://access.redhat.com/errata/RHSA-2023:3415"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3379 vom 2023-06-03",
"url": "https://access.redhat.com/errata/RHSA-2023:3379"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3435 vom 2023-06-05",
"url": "https://access.redhat.com/errata/RHSA-2023:3435"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2023-2052 vom 2023-06-05",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2052.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3445 vom 2023-06-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6140-1 vom 2023-06-06",
"url": "https://ubuntu.com/security/notices/USN-6140-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-1760 vom 2023-06-09",
"url": "https://alas.aws.amazon.com/ALAS-2023-1760.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7001859 vom 2023-06-07",
"url": "https://www.ibm.com/support/pages/node/7001859"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3644 vom 2023-06-16",
"url": "https://access.redhat.com/errata/RHSA-2023:3644"
},
{
"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:3905 vom 2023-06-28",
"url": "https://access.redhat.com/errata/RHSA-2023:3905"
},
{
"category": "external",
"summary": "Hashicorp Security Bulletin HCSEC-2023-19 vom 2023-06-29",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-19-terraform-enterprise-docker-engine-and-go-s-cve-2023-24540/55536"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7008449 vom 2023-06-29",
"url": "https://www.ibm.com/support/pages/node/7008449"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2023-2163 vom 2023-07-26",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2163.html"
},
{
"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:4335 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4627 vom 2023-08-14",
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASGOLANG1.19-2023-001 vom 2023-09-28",
"url": "https://alas.aws.amazon.com/AL2/ALASGOLANG1.19-2023-001.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5421 vom 2023-10-03",
"url": "https://access.redhat.com/errata/RHSA-2023:5421"
},
{
"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": "WIBU Security Advisory WIBU-231024-01 vom 2024-01-22",
"url": "https://cdn.wibu.com/fileadmin/wibu_downloads/security_advisories/AdvisoryWIBU-231024-01.pdf"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5947 vom 2023-10-26",
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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:6473 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6346 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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:6363 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7069319 vom 2023-11-08",
"url": "https://www.ibm.com/support/pages/node/7069319"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6832 vom 2023-11-09",
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6938 vom 2023-11-15",
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"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": "Red Hat Security Advisory RHSA-2024:4119 vom 2024-06-26",
"url": "https://access.redhat.com/errata/RHSA-2024:4119"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7161954 vom 2024-07-30",
"url": "https://www.ibm.com/support/pages/node/7161954"
}
],
"source_lang": "en-US",
"title": "Gitea: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2024-07-30T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:50:33.822+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1167",
"initial_release_date": "2023-05-08T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-05-08T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-05-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-25T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2023-05-29T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-05-31T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-04T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-05T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2023-06-08T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon und IBM aufgenommen"
},
{
"date": "2023-06-15T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-28T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und Hashicorp aufgenommen"
},
{
"date": "2023-06-29T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-07-25T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-08-02T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-08-03T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-07T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-13T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-27T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-10-03T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-04T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-26T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-07T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-08T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von IBM und Red Hat aufgenommen"
},
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-22T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von WIBU-SYSTEMS aufgenommen"
},
{
"date": "2024-06-25T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-30T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "26"
}
},
"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_version_range",
"name": "\u003c202303-1",
"product": {
"name": "Hashicorp Terraform \u003c202303-1",
"product_id": "T028341"
}
}
],
"category": "product_name",
"name": "Terraform"
}
],
"category": "vendor",
"name": "Hashicorp"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM DB2",
"product": {
"name": "IBM DB2",
"product_id": "5104",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:-"
}
}
},
{
"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_version_range",
"name": "\u003cplus 10.1.15.3",
"product": {
"name": "IBM Spectrum Protect \u003cplus 10.1.15.3",
"product_id": "T031010"
}
}
],
"category": "product_name",
"name": "Spectrum Protect"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.16.2",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.16.2",
"product_id": "T036379"
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.19.3",
"product": {
"name": "Open Source Gitea \u003c1.19.3",
"product_id": "T027650"
}
}
],
"category": "product_name",
"name": "Gitea"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"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_name",
"name": "Enterprise Linux"
},
{
"category": "product_name",
"name": "Red Hat OpenShift",
"product": {
"name": "Red Hat OpenShift",
"product_id": "T008027",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Runtime \u003c7.60d",
"product": {
"name": "Wibu-Systems CodeMeter Runtime \u003c7.60d",
"product_id": "T032271"
}
}
],
"category": "product_name",
"name": "CodeMeter"
}
],
"category": "vendor",
"name": "Wibu-Systems"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24539",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Gitea bez\u00fcglich der genutzten Komponente \"golang\", die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T028341",
"T008027",
"67646",
"T029070",
"T036379",
"T032271",
"T004914",
"T031010",
"74185",
"T027916",
"T000126",
"5104",
"398363"
]
},
"release_date": "2023-05-08T22:00:00.000+00:00",
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Gitea bez\u00fcglich der genutzten Komponente \"golang\", die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T028341",
"T008027",
"67646",
"T029070",
"T036379",
"T032271",
"T004914",
"T031010",
"74185",
"T027916",
"T000126",
"5104",
"398363"
]
},
"release_date": "2023-05-08T22:00:00.000+00:00",
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-29400",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Gitea bez\u00fcglich der genutzten Komponente \"golang\", die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T028341",
"T008027",
"67646",
"T029070",
"T036379",
"T032271",
"T004914",
"T031010",
"74185",
"T027916",
"T000126",
"5104",
"398363"
]
},
"release_date": "2023-05-08T22:00:00.000+00:00",
"title": "CVE-2023-29400"
}
]
}
WID-SEC-W-2023-2229
Vulnerability from csaf_certbund - Published: 2023-08-30 22:00 - Updated: 2024-08-12 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": "Splunk Enterprise erm\u00f6glicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentifizierter Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen, seine Privilegien zu erweitern und weitere, nicht spezifizierte Auswirkungen zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\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-2229 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2229.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2229 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2229"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0801"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0802"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0803"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0804"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0805"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0806"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0807"
},
{
"category": "external",
"summary": "Splunk Security Advisory vom 2023-08-30",
"url": "https://advisory.splunk.com//advisories/SVD-2023-0808"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0196-1 vom 2024-01-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017743.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28",
"url": "https://linux.oracle.com/errata/ELSA-2024-2988.html"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2024-0718 vom 2024-07-02",
"url": "https://advisory.splunk.com/advisories/SVD-2024-0718"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2024-0801 vom 2024-08-12",
"url": "https://advisory.splunk.com//advisories/SVD-2024-0801"
}
],
"source_lang": "en-US",
"title": "Splunk Splunk Enterprise: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-08-12T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:57:53.670+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-2229",
"initial_release_date": "2023-08-30T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-30T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-01-23T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-07-01T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2024-08-12T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"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": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Splunk Splunk Enterprise",
"product": {
"name": "Splunk Splunk Enterprise",
"product_id": "T008911",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.1.1",
"product_id": "T029634"
}
},
{
"category": "product_version_range",
"name": "\u003c9.0.6",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.0.6",
"product_id": "T029635"
}
},
{
"category": "product_version_range",
"name": "\u003c8.2.12",
"product": {
"name": "Splunk Splunk Enterprise \u003c8.2.12",
"product_id": "T029636"
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.2.1",
"product_id": "T033705"
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.4",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.1.4",
"product_id": "T033718"
}
},
{
"category": "product_version_range",
"name": "\u003c9.0.9",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.0.9",
"product_id": "T033720"
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2013-7489",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2013-7489"
},
{
"cve": "CVE-2018-10237",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2018-10237"
},
{
"cve": "CVE-2018-20225",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2018-20225"
},
{
"cve": "CVE-2019-20454",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2019-20454"
},
{
"cve": "CVE-2019-20838",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2019-20838"
},
{
"cve": "CVE-2020-14155",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-14155"
},
{
"cve": "CVE-2020-28469",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-28469"
},
{
"cve": "CVE-2020-28851",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-28851"
},
{
"cve": "CVE-2020-29652",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-29652"
},
{
"cve": "CVE-2020-8169",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8169"
},
{
"cve": "CVE-2020-8177",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8177"
},
{
"cve": "CVE-2020-8231",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8231"
},
{
"cve": "CVE-2020-8284",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8284"
},
{
"cve": "CVE-2020-8285",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8285"
},
{
"cve": "CVE-2020-8286",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8286"
},
{
"cve": "CVE-2020-8908",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2020-8908"
},
{
"cve": "CVE-2021-20066",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-20066"
},
{
"cve": "CVE-2021-22569",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22569"
},
{
"cve": "CVE-2021-22876",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22876"
},
{
"cve": "CVE-2021-22890",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22890"
},
{
"cve": "CVE-2021-22897",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22897"
},
{
"cve": "CVE-2021-22898",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22898"
},
{
"cve": "CVE-2021-22901",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22901"
},
{
"cve": "CVE-2021-22922",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22922"
},
{
"cve": "CVE-2021-22923",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22923"
},
{
"cve": "CVE-2021-22924",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22924"
},
{
"cve": "CVE-2021-22925",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22925"
},
{
"cve": "CVE-2021-22926",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22926"
},
{
"cve": "CVE-2021-22945",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22945"
},
{
"cve": "CVE-2021-22946",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22946"
},
{
"cve": "CVE-2021-22947",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-22947"
},
{
"cve": "CVE-2021-23343",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-23382",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-23382"
},
{
"cve": "CVE-2021-27918",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-27918"
},
{
"cve": "CVE-2021-27919",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-27919"
},
{
"cve": "CVE-2021-29060",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-29060"
},
{
"cve": "CVE-2021-29425",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-29425"
},
{
"cve": "CVE-2021-29923",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-29923"
},
{
"cve": "CVE-2021-31525",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-31525"
},
{
"cve": "CVE-2021-31566",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-31566"
},
{
"cve": "CVE-2021-33194",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-33194"
},
{
"cve": "CVE-2021-33195",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-33195"
},
{
"cve": "CVE-2021-33196",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-33196"
},
{
"cve": "CVE-2021-33197",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-33197"
},
{
"cve": "CVE-2021-33198",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-33198"
},
{
"cve": "CVE-2021-34558",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-34558"
},
{
"cve": "CVE-2021-3520",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-3520"
},
{
"cve": "CVE-2021-3572",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-3572"
},
{
"cve": "CVE-2021-36221",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-36221"
},
{
"cve": "CVE-2021-36976",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-36976"
},
{
"cve": "CVE-2021-3803",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-3803"
},
{
"cve": "CVE-2021-38297",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-38297"
},
{
"cve": "CVE-2021-38561",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-38561"
},
{
"cve": "CVE-2021-39293",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-39293"
},
{
"cve": "CVE-2021-41182",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-41182"
},
{
"cve": "CVE-2021-41183",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-41183"
},
{
"cve": "CVE-2021-41184",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-41184"
},
{
"cve": "CVE-2021-41771",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-41771"
},
{
"cve": "CVE-2021-41772",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-41772"
},
{
"cve": "CVE-2021-43565",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-43565"
},
{
"cve": "CVE-2021-44716",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-44716"
},
{
"cve": "CVE-2021-44717",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2021-44717"
},
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1941",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-1941"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-22576",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-22576"
},
{
"cve": "CVE-2022-2309",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-2309"
},
{
"cve": "CVE-2022-23491",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-23491"
},
{
"cve": "CVE-2022-23772",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-23772"
},
{
"cve": "CVE-2022-23773",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-23773"
},
{
"cve": "CVE-2022-23806",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-23806"
},
{
"cve": "CVE-2022-24675",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-24921",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-24921"
},
{
"cve": "CVE-2022-24999",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-24999"
},
{
"cve": "CVE-2022-25881",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-25881"
},
{
"cve": "CVE-2022-27191",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-27536",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27536"
},
{
"cve": "CVE-2022-27664",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-27774",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27774"
},
{
"cve": "CVE-2022-27775",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27775"
},
{
"cve": "CVE-2022-27776",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27776"
},
{
"cve": "CVE-2022-27778",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27778"
},
{
"cve": "CVE-2022-27779",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27779"
},
{
"cve": "CVE-2022-27780",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27780"
},
{
"cve": "CVE-2022-27781",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-28327",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2879",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-29526",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-29804",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-30115",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30115"
},
{
"cve": "CVE-2022-30580",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30629",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30634",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-31129",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-31129"
},
{
"cve": "CVE-2022-3171",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-3171"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32149",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32205",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-32206",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32207",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-32208",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-33987",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-33987"
},
{
"cve": "CVE-2022-3509",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-3509"
},
{
"cve": "CVE-2022-3510",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-3510"
},
{
"cve": "CVE-2022-3517",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-3517"
},
{
"cve": "CVE-2022-35252",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-35260",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-35260"
},
{
"cve": "CVE-2022-35737",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-36227",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-37599",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-37599"
},
{
"cve": "CVE-2022-37601",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-37601"
},
{
"cve": "CVE-2022-37603",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-37603"
},
{
"cve": "CVE-2022-38900",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-38900"
},
{
"cve": "CVE-2022-40023",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-40023"
},
{
"cve": "CVE-2022-40897",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-40897"
},
{
"cve": "CVE-2022-40899",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-40899"
},
{
"cve": "CVE-2022-41715",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41716",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41720",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-41720"
},
{
"cve": "CVE-2022-41722",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-41722"
},
{
"cve": "CVE-2022-42003",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-42003"
},
{
"cve": "CVE-2022-42004",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-42004"
},
{
"cve": "CVE-2022-42915",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-42916",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-43551",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-43551"
},
{
"cve": "CVE-2022-43552",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-46175",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2022-46175"
},
{
"cve": "CVE-2023-23914",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-23914"
},
{
"cve": "CVE-2023-23915",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-23915"
},
{
"cve": "CVE-2023-23916",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-24539",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-27533",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-27534",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27535",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27536",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27537",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-27537"
},
{
"cve": "CVE-2023-27538",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-29400",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-29400"
},
{
"cve": "CVE-2023-29402",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29403",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-29403"
},
{
"cve": "CVE-2023-29404",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-29404"
},
{
"cve": "CVE-2023-29405",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-29405"
},
{
"cve": "CVE-2023-40592",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40592"
},
{
"cve": "CVE-2023-40593",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40593"
},
{
"cve": "CVE-2023-40594",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40594"
},
{
"cve": "CVE-2023-40595",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40595"
},
{
"cve": "CVE-2023-40596",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40596"
},
{
"cve": "CVE-2023-40597",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40597"
},
{
"cve": "CVE-2023-40598",
"notes": [
{
"category": "description",
"text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T033720",
"T002207",
"T008911",
"T033718",
"T033705",
"T004914"
]
},
"release_date": "2023-08-30T22:00:00.000+00:00",
"title": "CVE-2023-40598"
}
]
}
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"
}
]
}
OPENSUSE-SU-2024:12907-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.9-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.9-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12907",
"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_12907-1.json"
},
{
"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": "go1.19-1.19.9-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:12907-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.9-1.1.aarch64",
"product": {
"name": "go1.19-1.19.9-1.1.aarch64",
"product_id": "go1.19-1.19.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-1.1.aarch64",
"product": {
"name": "go1.19-doc-1.19.9-1.1.aarch64",
"product_id": "go1.19-doc-1.19.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-libstd-1.19.9-1.1.aarch64",
"product": {
"name": "go1.19-libstd-1.19.9-1.1.aarch64",
"product_id": "go1.19-libstd-1.19.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-1.1.aarch64",
"product": {
"name": "go1.19-race-1.19.9-1.1.aarch64",
"product_id": "go1.19-race-1.19.9-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-1.1.ppc64le",
"product": {
"name": "go1.19-1.19.9-1.1.ppc64le",
"product_id": "go1.19-1.19.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-1.1.ppc64le",
"product": {
"name": "go1.19-doc-1.19.9-1.1.ppc64le",
"product_id": "go1.19-doc-1.19.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-libstd-1.19.9-1.1.ppc64le",
"product": {
"name": "go1.19-libstd-1.19.9-1.1.ppc64le",
"product_id": "go1.19-libstd-1.19.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-1.1.ppc64le",
"product": {
"name": "go1.19-race-1.19.9-1.1.ppc64le",
"product_id": "go1.19-race-1.19.9-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-1.1.s390x",
"product": {
"name": "go1.19-1.19.9-1.1.s390x",
"product_id": "go1.19-1.19.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-1.1.s390x",
"product": {
"name": "go1.19-doc-1.19.9-1.1.s390x",
"product_id": "go1.19-doc-1.19.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-libstd-1.19.9-1.1.s390x",
"product": {
"name": "go1.19-libstd-1.19.9-1.1.s390x",
"product_id": "go1.19-libstd-1.19.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-1.1.s390x",
"product": {
"name": "go1.19-race-1.19.9-1.1.s390x",
"product_id": "go1.19-race-1.19.9-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-1.1.x86_64",
"product": {
"name": "go1.19-1.19.9-1.1.x86_64",
"product_id": "go1.19-1.19.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-1.1.x86_64",
"product": {
"name": "go1.19-doc-1.19.9-1.1.x86_64",
"product_id": "go1.19-doc-1.19.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-libstd-1.19.9-1.1.x86_64",
"product": {
"name": "go1.19-libstd-1.19.9-1.1.x86_64",
"product_id": "go1.19-libstd-1.19.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-1.1.x86_64",
"product": {
"name": "go1.19-race-1.19.9-1.1.x86_64",
"product_id": "go1.19-race-1.19.9-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.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64"
},
"product_reference": "go1.19-1.19.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le"
},
"product_reference": "go1.19-1.19.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x"
},
"product_reference": "go1.19-1.19.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64"
},
"product_reference": "go1.19-1.19.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x"
},
"product_reference": "go1.19-doc-1.19.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-libstd-1.19.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64"
},
"product_reference": "go1.19-libstd-1.19.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-libstd-1.19.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le"
},
"product_reference": "go1.19-libstd-1.19.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-libstd-1.19.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x"
},
"product_reference": "go1.19-libstd-1.19.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-libstd-1.19.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64"
},
"product_reference": "go1.19-libstd-1.19.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le"
},
"product_reference": "go1.19-race-1.19.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x"
},
"product_reference": "go1.19-race-1.19.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.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": [
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-libstd-1.19.9-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-29400"
}
]
}
OPENSUSE-SU-2024:12908-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.4-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.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12908",
"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_12908-1.json"
},
{
"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": "go1.20-1.20.4-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:12908-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.4-1.1.aarch64",
"product": {
"name": "go1.20-1.20.4-1.1.aarch64",
"product_id": "go1.20-1.20.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-1.1.aarch64",
"product": {
"name": "go1.20-doc-1.20.4-1.1.aarch64",
"product_id": "go1.20-doc-1.20.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.4-1.1.aarch64",
"product": {
"name": "go1.20-libstd-1.20.4-1.1.aarch64",
"product_id": "go1.20-libstd-1.20.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-1.1.aarch64",
"product": {
"name": "go1.20-race-1.20.4-1.1.aarch64",
"product_id": "go1.20-race-1.20.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-1.1.ppc64le",
"product": {
"name": "go1.20-1.20.4-1.1.ppc64le",
"product_id": "go1.20-1.20.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-1.1.ppc64le",
"product": {
"name": "go1.20-doc-1.20.4-1.1.ppc64le",
"product_id": "go1.20-doc-1.20.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.4-1.1.ppc64le",
"product": {
"name": "go1.20-libstd-1.20.4-1.1.ppc64le",
"product_id": "go1.20-libstd-1.20.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-1.1.ppc64le",
"product": {
"name": "go1.20-race-1.20.4-1.1.ppc64le",
"product_id": "go1.20-race-1.20.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-1.1.s390x",
"product": {
"name": "go1.20-1.20.4-1.1.s390x",
"product_id": "go1.20-1.20.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-1.1.s390x",
"product": {
"name": "go1.20-doc-1.20.4-1.1.s390x",
"product_id": "go1.20-doc-1.20.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.4-1.1.s390x",
"product": {
"name": "go1.20-libstd-1.20.4-1.1.s390x",
"product_id": "go1.20-libstd-1.20.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-1.1.s390x",
"product": {
"name": "go1.20-race-1.20.4-1.1.s390x",
"product_id": "go1.20-race-1.20.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-1.1.x86_64",
"product": {
"name": "go1.20-1.20.4-1.1.x86_64",
"product_id": "go1.20-1.20.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-1.1.x86_64",
"product": {
"name": "go1.20-doc-1.20.4-1.1.x86_64",
"product_id": "go1.20-doc-1.20.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.4-1.1.x86_64",
"product": {
"name": "go1.20-libstd-1.20.4-1.1.x86_64",
"product_id": "go1.20-libstd-1.20.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-1.1.x86_64",
"product": {
"name": "go1.20-race-1.20.4-1.1.x86_64",
"product_id": "go1.20-race-1.20.4-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.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64"
},
"product_reference": "go1.20-1.20.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le"
},
"product_reference": "go1.20-1.20.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x"
},
"product_reference": "go1.20-1.20.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64"
},
"product_reference": "go1.20-1.20.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64"
},
"product_reference": "go1.20-doc-1.20.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le"
},
"product_reference": "go1.20-doc-1.20.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x"
},
"product_reference": "go1.20-doc-1.20.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64"
},
"product_reference": "go1.20-libstd-1.20.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le"
},
"product_reference": "go1.20-libstd-1.20.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x"
},
"product_reference": "go1.20-libstd-1.20.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64"
},
"product_reference": "go1.20-libstd-1.20.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64"
},
"product_reference": "go1.20-race-1.20.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le"
},
"product_reference": "go1.20-race-1.20.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x"
},
"product_reference": "go1.20-race-1.20.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.x86_64"
},
"product_reference": "go1.20-race-1.20.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.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": [
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-29400"
}
]
}
GHSA-C9HR-FVM9-7C49
Vulnerability from github – Published: 2023-05-11 18:30 – Updated: 2024-12-13 15:30Templates 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.
{
"affected": [],
"aliases": [
"CVE-2023-29400"
],
"database_specific": {
"cwe_ids": [
"CWE-74",
"CWE-94"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2023-05-11T16:15:09Z",
"severity": "HIGH"
},
"details": "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.",
"id": "GHSA-c9hr-fvm9-7c49",
"modified": "2024-12-13T15:30:38Z",
"published": "2023-05-11T18:30:17Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"type": "WEB",
"url": "https://go.dev/cl/491617"
},
{
"type": "WEB",
"url": "https://go.dev/issue/59722"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20241213-0005"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2023-29400
Vulnerability from csaf_microsoft - Published: 2023-05-01 00:00 - Updated: 2025-09-04 00:39Notes
{
"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-29400 Improper handling of empty HTML attributes in html/template - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-29400.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": "Improper handling of empty HTML attributes in html/template",
"tracking": {
"current_release_date": "2025-09-04T00:39:00.000Z",
"generator": {
"date": "2025-10-20T00:26:38.285Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-29400",
"initial_release_date": "2023-05-01T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-04T00:39:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.21.6-1",
"product": {
"name": "\u003ccbl2 golang 1.21.6-1",
"product_id": "12"
}
},
{
"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": "8"
}
},
{
"category": "product_version",
"name": "azl3 golang 1.20.7-1",
"product": {
"name": "azl3 golang 1.20.7-1",
"product_id": "18141"
}
},
{
"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_name",
"name": "golang"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 msft-golang 1.20.7-1",
"product": {
"name": "\u003ccbl2 msft-golang 1.20.7-1",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "cbl2 msft-golang 1.20.7-1",
"product": {
"name": "cbl2 msft-golang 1.20.7-1",
"product_id": "18140"
}
}
],
"category": "product_name",
"name": "msft-golang"
},
{
"category": "product_name",
"name": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "cbl2 tensorflow 2.11.1-2",
"product_id": "6"
}
},
{
"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 tensorflow 2.16.1-9",
"product": {
"name": "azl3 tensorflow 2.16.1-9",
"product_id": "11"
}
},
{
"category": "product_name",
"name": "azl3 gcc 13.2.0-7",
"product": {
"name": "azl3 gcc 13.2.0-7",
"product_id": "7"
}
},
{
"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": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"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-6"
},
"product_reference": "6",
"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 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.21.6-1 as a component of CBL Mariner 2.0",
"product_id": "17086-12"
},
"product_reference": "12",
"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.7-1 as a component of CBL Mariner 2.0",
"product_id": "17086-9"
},
"product_reference": "9",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 msft-golang 1.20.7-1 as a component of CBL Mariner 2.0",
"product_id": "18140-17086"
},
"product_reference": "18140",
"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-8"
},
"product_reference": "8",
"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": "azl3 gcc 13.2.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"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 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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0026#39;Injection\u0026#39;)"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17086-6",
"17086-3",
"17084-11",
"17084-5",
"17084-4"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-7"
]
}
],
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17375-17086",
"18140-17086",
"18138-17086",
"18141-17084",
"19785-17086",
"19778-17086"
],
"known_affected": [
"17086-12",
"17086-9",
"17086-10",
"17084-8",
"17086-1",
"17086-2"
],
"known_not_affected": [
"17086-6",
"17086-3",
"17084-11",
"17084-7",
"17084-5",
"17084-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-29400 Improper handling of empty HTML attributes in html/template - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-29400.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T00:39:00.000Z",
"details": "1.21.6-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-12"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-04T00:39:00.000Z",
"details": "1.20.7-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-9",
"17086-10",
"17084-8"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-04T00:39:00.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"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.3,
"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": [
"17086-12",
"17086-9",
"17086-10",
"17084-8",
"17086-1",
"17086-2"
]
}
],
"title": "Improper handling of empty HTML attributes in html/template"
}
]
}
FKIE_CVE-2023-29400
Vulnerability from fkie_nvd - Published: 2023-05-11 16:15 - Updated: 2025-01-24 17:157.3 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/491617 | Patch | |
| security@golang.org | https://go.dev/issue/59722 | Issue Tracking, Patch | |
| security@golang.org | https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU | Mailing List, Release Notes | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2023-1753 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/cl/491617 | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/issue/59722 | Issue Tracking, Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU | Mailing List, Release Notes | |
| af854a3a-2127-422b-91ae-364da2661108 | https://pkg.go.dev/vuln/GO-2023-1753 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20241213-0005/ |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B49801BA-4BE3-426B-871F-DB08D8457D9A",
"versionEndExcluding": "1.19.9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "7A58122D-22F9-435E-A06B-B4E7367C2C70",
"versionEndExcluding": "1.20.4",
"versionStartIncluding": "1.20.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"id": "CVE-2023-29400",
"lastModified": "2025-01-24T17:15:12.747",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.4,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.4,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2023-05-11T16:15:09.850",
"references": [
{
"source": "security@golang.org",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/491617"
},
{
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://go.dev/issue/59722"
},
{
"source": "security@golang.org",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/491617"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://go.dev/issue/59722"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://security.netapp.com/advisory/ntap-20241213-0005/"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-74"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-94"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
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"
}
]
}
GSD-2023-29400
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-29400",
"id": "GSD-2023-29400"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-29400"
],
"details": "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.",
"id": "GSD-2023-29400",
"modified": "2023-12-13T01:20:56.946729Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2023-29400",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "html/template",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "1.19.9"
},
{
"version_affected": "\u003c",
"version_name": "1.20.0-0",
"version_value": "1.20.4"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
},
"credits": [
{
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-74: Improper input validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/issue/59722",
"refsource": "MISC",
"url": "https://go.dev/issue/59722"
},
{
"name": "https://go.dev/cl/491617",
"refsource": "MISC",
"url": "https://go.dev/cl/491617"
},
{
"name": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"refsource": "MISC",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"name": "https://pkg.go.dev/vuln/GO-2023-1753",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
}
]
}
},
"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.4",
"versionStartIncluding": "1.20.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.19.9",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2023-29400"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-74"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/cl/491617",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/491617"
},
{
"name": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"refsource": "MISC",
"tags": [
"Mailing List",
"Release Notes"
],
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"name": "https://pkg.go.dev/vuln/GO-2023-1753",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
},
{
"name": "https://go.dev/issue/59722",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://go.dev/issue/59722"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.4
}
},
"lastModifiedDate": "2023-05-22T18:21Z",
"publishedDate": "2023-05-11T16:15Z"
}
}
}
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.